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-2.1.tar.gz
(3.7 kB
view details)
Built Distribution
igruha-2.1-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file igruha-2.1.tar.gz
.
File metadata
- Download URL: igruha-2.1.tar.gz
- Upload date:
- Size: 3.7 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 | 6c6947c7ce91ab17f929f355d17ee3d39d33bf8ef8a499969c452c72480e723e |
|
MD5 | 90ac35d51b93c754397c65bbb810c503 |
|
BLAKE2b-256 | ed2eb42e79527fe03b64d45814c79f6530e54ba2c2ed8bb3ba975831aba4a237 |
File details
Details for the file igruha-2.1-py3-none-any.whl
.
File metadata
- Download URL: igruha-2.1-py3-none-any.whl
- Upload date:
- Size: 3.9 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 | b18b5e864c946eb3c7e19913084fb836c8e008f51bf04f118b46b76fb048d5ab |
|
MD5 | a54362eb41037639f24ad68e1d04f4e6 |
|
BLAKE2b-256 | 39fcea77e1eefebab182fbf7886f03886cc43b08a773142a3d6a65d8d508e6a9 |