This project is a Go-based search and hit automation tool that combines query generation, request execution, and user-agent handling.
- Go
- Custom HTTP request flow
- User-agent rotation helpers
- Coordinates a command-line entry flow for the bot.
- Runs search-related request logic and hit execution helpers.
- Separates user-agent management into its own module for request shaping.
- Small but clean multi-file Go project for automation and request handling.
- Separates entry flow, search logic, hit execution, and user-agent management.
- Fully documented with per-file code notes.
- CODE_FILES.md lists every Go source file in this project.
- code-docs/ contains one markdown explanation per source file.