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-3.0.tar.gz
(4.1 kB
view details)
Built Distribution
igruha-3.0-py3-none-any.whl
(4.3 kB
view details)
File details
Details for the file igruha-3.0.tar.gz
.
File metadata
- Download URL: igruha-3.0.tar.gz
- Upload date:
- Size: 4.1 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 | 8d44012192de714f71cd0f813d38df9159026a88d77279dfac1da338d74001ed |
|
MD5 | 8ed80a2a1b0673005df04cbc657dae86 |
|
BLAKE2b-256 | 7e246a25d396f6c9cc8fd2b2d317a1212f3313832cd196c72b2f13adcb09ae98 |
File details
Details for the file igruha-3.0-py3-none-any.whl
.
File metadata
- Download URL: igruha-3.0-py3-none-any.whl
- Upload date:
- Size: 4.3 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 | b64d86dfb362135d19229ab0f63335f43c824a54760b50b9a03939631cf427b5 |
|
MD5 | 6701a4f1de8fc403488820ae8c50c401 |
|
BLAKE2b-256 | 2c651dccb9e81eac7a73db0bc5823142a74e9427664051c4ff25f1c0d613a4e5 |