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].download('Custom name') #Скачать игру
Дополнительная информация и методы: 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.2.tar.gz
(3.0 kB
view details)
Built Distribution
igruha-1.2-py3-none-any.whl
(3.2 kB
view details)
File details
Details for the file igruha-1.2.tar.gz
.
File metadata
- Download URL: igruha-1.2.tar.gz
- Upload date:
- Size: 3.0 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.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 053a2fe6a1d75a420625e3a384512ddeb45ddf3f3973c8a020228667f7b4a899 |
|
MD5 | f6e95780ea2cfcf2a7bd942a506bfb41 |
|
BLAKE2b-256 | 50f374d0015e8a745d61784b63e199329eac1d0f38f427e014d73dff2086b968 |
File details
Details for the file igruha-1.2-py3-none-any.whl
.
File metadata
- Download URL: igruha-1.2-py3-none-any.whl
- Upload date:
- Size: 3.2 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.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 811234d7bd15e7ca36fa0ea045d3291f73edb1437c95cbc96335d25a3e30d320 |
|
MD5 | 2c7c058cfceed93721e46b9c351cf364 |
|
BLAKE2b-256 | d416b96cdefc8f2191ae6169c403725936af57cec23cd189abbf847316e8a529 |