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.8.tar.gz
(3.6 kB
view details)
Built Distribution
igruha-1.8-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file igruha-1.8.tar.gz
.
File metadata
- Download URL: igruha-1.8.tar.gz
- Upload date:
- Size: 3.6 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 | bf34dd21bcadcacd0771d017f563e232fef1da48d23be3c113238b808a9d5f37 |
|
MD5 | 3e928fc3771f5e066d119e4e2d59a5f3 |
|
BLAKE2b-256 | f36fc4f3f882c4775e8fdd772ad0dee5312525f3fab0b7a34ffaec6e12141a03 |
File details
Details for the file igruha-1.8-py3-none-any.whl
.
File metadata
- Download URL: igruha-1.8-py3-none-any.whl
- Upload date:
- Size: 3.8 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 | 5a71cc7ae298ee847ff4e5351da703683253021dcc34d3494c09c72eebf1f7d6 |
|
MD5 | be15cf2cabee2e10a0bee97b199f18cb |
|
BLAKE2b-256 | 07e29d89dc26d38e8207b8ccff4e01715221388042be7be4f47119fe14366aee |