Juungle python package for juungle.net
Project description
juungle-python
Python package to access Juungle.net API
Requirements
$ python -m pip -r requirements.txt
User credentials for Juungle.net
Create a file user-config.ini:
LOGIN_USERNAME="username"
LOGIN_PASSWORD="password"
Usage
List all WAIFUs nfts that are being sale for 0.01 BCH or less
from juungle.nfts import NFTs
nfts = NFTs()
nfts.available_to_buy = True
nfts.purchased = False
nfts.token_group = 'WAIFU'
nfts.get_nfts()
for nft in nfts.list_nfts:
if nft.price_bch <= 0.01:
print(nft.token_name)
Tokens Group IDs
Because tokens/group name are not unique we have to use the HEX id that can be found at the simpleledger.info.
Juungle-python package provides a list of IDs just to make easier of the most common toekns:
| Token Name | Token ID |
|---|---|
| WAIFU | a2987562a405648a6c5622ed6c205fca6169faa8afeb96a994b48010bd186a66 |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file juungle-0.4.tar.gz.
File metadata
- Download URL: juungle-0.4.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08ec542296ea44ac853027350caa1594a11c8853c907cf0e32789f74f38c4b29
|
|
| MD5 |
5158a56e1b9a75e768e04acfcc009b9e
|
|
| BLAKE2b-256 |
a8d578d034cd06b85b8e8cfddc5e9829728b2fe0e4906b5b42c8a1d3f5377537
|
File details
Details for the file juungle-0.4-py3-none-any.whl.
File metadata
- Download URL: juungle-0.4-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f6375c835cce34665222e99b91b93b0a3663317e9a4562aadca0bc41eebe640
|
|
| MD5 |
798642386031c481e536cdff4af5ffaf
|
|
| BLAKE2b-256 |
1f324f9c81f25a167538a546b6250183d99be471ed68dd481413c9dcda805c75
|