-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Juan José Salvador Piedra edited this page Nov 4, 2017
·
10 revisions
NyaaPy is an unofficial Python wrapper for NyaaPantsu API and Nyaa.si (using web scraping).
It's pretty easy to use!
NyaaPy requires Python 3.5 or newer. That's because some dependencies needs are built for Python 3.
You can install the latest stable version of NyaaPy using Python's PIP.
$ pip install nyaapy
Or you can install the latest stable version (master
) or development version (dev
) using Setup.py.
$ git clone https://github.com/JuanjoSalvador/NyaaPy.git
$ cd NyaaPy
$ pip install -r requirements.txt
To install the latest stable
$ python setup.py install
To install the latest development version
$ git checkout dev
$ python setup.py install