Juungle python package
Project description
juungle-python
Python package to access Juungle.net API
Requirements
$ python -m pip -r requirements.txt
User credentials
Create a file user-config.ini:
LOGIN_USERNAME="username"
LOGIN_PASSWORD="password"
Usage
List nfts
from juungle.nfts import NFTs
nfts = NFTs()
nfts.available_to_buy = True
nfts.purchased = False
nfts.token_symbol = 'WAIFU'
nfts.get_nfts()
for nft in nfts.list_nfts:
if nft.price_bch < 0.60 and nft.price_bch > 0.40:
print(nft.token_name)
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
juungle-0.1.tar.gz
(1.6 kB
view details)
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
juungle-0.1-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file juungle-0.1.tar.gz.
File metadata
- Download URL: juungle-0.1.tar.gz
- Upload date:
- Size: 1.6 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 |
f10d85ef16b0bce2f378495431ace967143ef9b96e36e623ab6129e5a8786efc
|
|
| MD5 |
41b2fb4d63a0e2135ac9cf425f9f4582
|
|
| BLAKE2b-256 |
8217db67c8dc86f90a2ceffabe3f4bc6e3ba48733ebd01dfebae26ec60e52023
|
File details
Details for the file juungle-0.1-py3-none-any.whl.
File metadata
- Download URL: juungle-0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
4707f90b8e1cdc05b23410c9a75cad254a5683deb641dc016c36ca874cfd9afb
|
|
| MD5 |
17522059d896be2df156104684c91d9f
|
|
| BLAKE2b-256 |
4dfad1e02346b5ff28155f29d6ec1585efd5e46a067055ecf5af22d96fefdf7c
|