An open API service indexing awesome lists of open source software.

https://github.com/tistaharahap/yify-python

A Python module to get yify-torrents.com content from their API.
https://github.com/tistaharahap/yify-python

Last synced: 3 months ago
JSON representation

A Python module to get yify-torrents.com content from their API.

Awesome Lists containing this project

README

        

# Yify

Yify provides a Python interface to interact with Yify Torrent's API.

```python
#!/usr/bin/env python

import Yify

y = Yify()
print y.newest()
```

## Contributors

These are the people contributing to this repository:

1. Batista Harahap - [Link](https://github.com/tistaharahap)
2. David - [Link](https://github.com/multikatt)