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.
- Host: GitHub
- URL: https://github.com/tistaharahap/yify-python
- Owner: tistaharahap
- License: mit
- Created: 2013-05-16T19:28:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T17:39:00.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T06:25:46.849Z (5 months ago)
- Language: Python
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yify
Yify provides a Python interface to interact with Yify Torrent's API.
```python
#!/usr/bin/env pythonimport 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)