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.2.tar.gz
(3.0 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.2-py3-none-any.whl
(4.8 kB
view details)
File details
Details for the file juungle-0.2.tar.gz.
File metadata
- Download URL: juungle-0.2.tar.gz
- Upload date:
- Size: 3.0 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 |
bdcac343ae32443c00e21365e604b128921dce9fb9ae11446d35a9c2344d3db7
|
|
| MD5 |
5a02fb56f08fc3f383119b182b11d4eb
|
|
| BLAKE2b-256 |
42ae687ec8886c684f9fe723768fa5fee47814a6ba5635856f9c0ae7bcf08b09
|
File details
Details for the file juungle-0.2-py3-none-any.whl.
File metadata
- Download URL: juungle-0.2-py3-none-any.whl
- Upload date:
- Size: 4.8 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 |
c46b145ba37f06e1a2bffc1b68a97b83f7770dd271ef693309252cfa87b99b70
|
|
| MD5 |
e164a1746ddf87703726787a43a92371
|
|
| BLAKE2b-256 |
3e69e6964aa4b871673c991fd589d7cdae68e7aff9377db4b72cca3205608e77
|