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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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.1.1-py3-none-any.whl.
File metadata
- Download URL: juungle-0.1.1-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 |
920594a5ae5fada5af377277b9b7a73e45b84c6d67e67c4c0cee64ccc87fced4
|
|
| MD5 |
66ebd7981b98c06745a62e141260d882
|
|
| BLAKE2b-256 |
72a8c295cf2494fabf93c327c6a36a23d5b2378ae4919fddf6800625caa57c4d
|