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.4.tar.gz
(3.2 kB
view details)
Built Distribution
igruha-1.4-py3-none-any.whl
(3.4 kB
view details)
File details
Details for the file igruha-1.4.tar.gz
.
File metadata
- Download URL: igruha-1.4.tar.gz
- Upload date:
- Size: 3.2 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 | d964e9fbd89f828db98d77da44158513e16746b337c5e4d8993f9aa169c45479 |
|
MD5 | 6350f9d246eb521933c7528a526b8558 |
|
BLAKE2b-256 | ec3e6c0dc8508641b4c1eb803d7fd77019ff9e77001d13c566dd6927e09f3f66 |
File details
Details for the file igruha-1.4-py3-none-any.whl
.
File metadata
- Download URL: igruha-1.4-py3-none-any.whl
- Upload date:
- Size: 3.4 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 | c90adffeffb78e40e09fac4d8f69ba681841a8a54b8813562c5bc602b1868f9d |
|
MD5 | 3ef22fa598678c75aa1eb8eb5500fde0 |
|
BLAKE2b-256 | 30171ba3e9c82bdaa86e074afb71c7e260aceeab49b1ade8255361cfa1fdb0f0 |