Skip to main content

Juungle python package for juungle.net

Project description

Python application

NOTE: ALTHOUGH THIS PROJECT WORKS, IT IS STILL UNDER HEAVY DEVELOPMENT AND THINGS WILL CHANGE BEFORE 1.0

juungle-python

Python package to access Juungle.net API

Requirements

$ python -m pip -r requirements.txt

User credentials for Juungle.net

Using a config file

Create a file user-config.ini:

LOGIN_USERNAME="username@email"
LOGIN_PASSWORD="password"

While creaing the object

Inside the code

from juungle.nfts import NFTs

nfts = NFTs('username@email', '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)

List all my NFTs

from juungle.nfts import NFTS

nfts = NFTs()
nfts.get_my_nfts()

for nft in nfts.list_nfts:
    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

juungle-0.5.1.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

juungle-0.5.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file juungle-0.5.1.tar.gz.

File metadata

  • Download URL: juungle-0.5.1.tar.gz
  • Upload date:
  • Size: 4.7 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

Hashes for juungle-0.5.1.tar.gz
Algorithm Hash digest
SHA256 766a560a44ff8cd36f80c506d3485e57cb229db8e2346ae1b300db37132c7cac
MD5 c6bf50e1855524733b4a5a7e309a7125
BLAKE2b-256 b80067f8f937a31994e284a76f54bb0d59fda6eeee54b611211ba2b3ecf96d48

See more details on using hashes here.

File details

Details for the file juungle-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: juungle-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 6.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

Hashes for juungle-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 16673abe2777c3e5d7255a1a7259019bfe6643459afbcd38b3dbfcd20b9c1206
MD5 960bf70fe3ae039f7efde76a63ceee37
BLAKE2b-256 fccaf6047288ac2ce21bd597be82ad69c7b0c98f83b4d1b6f158963ecd5f58b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page