A tor onion scraper/generator service written in go
- Generates random v2 or v3 onion link
- Proxy tor call
- Scrapes title and description of onion website
- Saves online onion link, title and description into CSV
go buildgo test -v!!! Lookup and copy enviroment file .env.example to .env
| Key | Value | Default | Description |
|---|---|---|---|
| DEBUG | bool | true | Use debug logger |
| TOR_PROXY | string | socks5://127.0.0.1:9050 | Tor Proxy |
| HTTP_TIMEOUT | int | 5 | Seconds to wait for HTTP request |
| ONION_VERSION | int | 2 | Onion links to generate - 2 or 3 |
| CSV_FILE | string | temp.csv | CSV file to write - required |
./onion-scraperMIT