Nyaa – Smoke’s index torrent fetcher

This script parses the local (or online) anime release index (csv format) made by Big Smoke.
And uses it to help users find the best releases on nyaa.
The script can fuzzy match the name of anime entered, so there’s no need to type it exactly or completely, try it!
You can search in both, english and japanese name of the anime.

Credits

Credits to JuanjoSalvador’s Nyaapy. A python wrapper for scraping nyaa, you can find it here

Python libraries used

  • Pandas
  • fuzzywuzzy
  • requests
  • lxml

Usage

Open up your terminal/cmd and navigate to the nyaabag directory.
Run this command first to ensure the installation of required libraries with your python.

python -m pip install -r requirements.txt

After that, just open a terminal/cmd window in the nyaabag directory, and run nyaabag.py file with python like this.

python nyaabag.py

GitHub

https://github.com/manintel/nyaabag