Torrent-Igruha SDK Python
Project description
Простой пример использования библиотеки:
- Устанавливаем библиотеку
python -m pip install igruha
- Пример кода
from igruha import Igruha
parser = Igruha()
games = parser.search('Far Cry').games
for game in games:
game.get_details()
print('Игра: %s\nТрейлер: %s' % (game.name, game.trailer) )
games[0].torrents[0].download('/custom/path/to/game') #Скачать игру
Дополнительная информация и методы: https://github.com/LORD-ME-CODE/igruha
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
igruha-1.7.tar.gz
(3.6 kB
view details)
Built Distribution
igruha-1.7-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file igruha-1.7.tar.gz
.
File metadata
- Download URL: igruha-1.7.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fcb8b750cb76be1d070f69bb7ed01ce204b1221e1431bb0ca2e9fe6645d839d |
|
MD5 | 3d9183d8cce192c8e17f2a7b346b95b0 |
|
BLAKE2b-256 | 09c38ac903b3e2c7e42b71ab8b1b8cb573bb08e9b4d2467463bc58bda759b9b5 |
File details
Details for the file igruha-1.7-py3-none-any.whl
.
File metadata
- Download URL: igruha-1.7-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7634d20569c42ecf62c4dc1959f19ef17c72808327e7bc4defe9eb2a2dc1a9c0 |
|
MD5 | 8fe3b5b7742d5543b42a3b2448fb6077 |
|
BLAKE2b-256 | e01bff900a6340a3ff16df9afecb50344017b39066b252569f0675ca31b02497 |