Integrated Pantsu on NyaaPy again!
This commit is contained in:
14
README.md
14
README.md
@@ -4,27 +4,23 @@
|
||||
|
||||
# NyaaPy
|
||||
|
||||
Unofficial Python module to search into Nyaa.si
|
||||
Unofficial Python module for Nyaa.si (WebScraping) and Nyaa.pantsu.cat (API wrapper)
|
||||
|
||||
Supports Python 3+
|
||||
|
||||
Full docs available on [repo Wiki](https://github.com/JuanjoSalvador/NyaaPy/wiki)
|
||||
|
||||
* [Installation](#installation)
|
||||
* [Example](#example)
|
||||
* [Methods](#methods)
|
||||
* [search()](#search)
|
||||
* [news()](#news)
|
||||
* [Categories and subcategories](#categories-and-subcategories)
|
||||
* [Contributions and development](#contributons-and-development)
|
||||
* [License](#license)
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Install it using pip.
|
||||
|
||||
pip install nyaapy
|
||||
|
||||
## Example
|
||||
## Nyaa.si Example
|
||||
|
||||
```python
|
||||
from NyaaPy import Nyaa
|
||||
@@ -156,8 +152,6 @@ At this moment there isn't an official Nyaa.si API, so we only can make requests
|
||||
|
||||
3. If you are ussing a clonned repo, please create a new branch named `patch-<username>-<version>`. Example: `patch-juanjosalvador-0.2`
|
||||
|
||||
4. Always use the code into `src` folder, never the package.
|
||||
|
||||
## License
|
||||
|
||||
MIT license.
|
||||
|
||||
Reference in New Issue
Block a user