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.9.tar.gz
(3.7 kB
view details)
Built Distribution
igruha-1.9-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file igruha-1.9.tar.gz
.
File metadata
- Download URL: igruha-1.9.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 | bb4d34e3505097384f2cd4947e5aebba451c0c9007dda52c02bf14f15b5bdede |
|
MD5 | f26e32e47ef8af5a2b01b5d4adc379c0 |
|
BLAKE2b-256 | 1e8cef6cd0f72be3e19608e34ee7c699df32b7ab740ee627e3ba303a98a19894 |
File details
Details for the file igruha-1.9-py3-none-any.whl
.
File metadata
- Download URL: igruha-1.9-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 | 66ef4a6af476d2b904730f374094841d957376ef24344653f1b414bc2c3888f7 |
|
MD5 | 350186b9097dbc1e79db3c340328f882 |
|
BLAKE2b-256 | e3c682054a9e9206b6a38e8fd1ed044d0f47dbce31f5b4eee783186ef4a4df7b |