Categorygithub.com/BatteredBunny/nyaasi_scraper
repositorypackage
0.0.0-20240107020000-5a9485cd95d3
Repository: https://github.com/batteredbunny/nyaasi_scraper.git
Documentation: pkg.go.dev

# README

Nyaa.si Scraper

My results

In total the database came to the size of 1.8gb with 1314329 torrents, with 12 vpn setup it took about 27h hours to complete scraping.

Usage guide

  1. Fill out $count in generate-docker-compose.sh, $count should include how many scrapers you want running

  2. Run the script (./generate-docker-compose.sh)

It will generate a docker compose file for you into generated-docker-compose.yml, rename it to docker-compose.yml. Make sure to fill out gluetun fields (its usually VPN credentials). Consult gluetun documentation for further info.

If you dont want to use vpn, which you probably should be using run the script with --novpn flag (./generate-docker-compose.sh --novpn)

Build docker container

nix run .#docker.copyToDockerDaemon