Skip to main content

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 hashes)

Uploaded Source

Built Distribution

juungle-0.2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

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