Skip to main content

FaucetPay + Python = FaucetPy

Project description

FaucetPy

FaucetPay + Python = FaucetPy

Installation

pip3 install FaucetPy

Usage

>>> from FaucetPy import Api
>>> myApi = Api("5f5f8031xxxxxxxxxxxxxxd6668b2249692ade5e")
>>> myApi.get_balance()
{'status': 200, 'message': 'OK', 'currency': 'BTC', 'balance': '0', 'balance_bitcoin': '0.00000000'}
>>> myApi.listFaucets()
{'status': 404, 'message': 'Invalid API method accessed.'}
>>> myApi.payouts()
{'status': 200, 'message': 'OK', 'rewards': []}
>>> myApi.my_payouts()
{'status': 200, 'message': 'OK', 'rewards': []}

Endpoints and Its Aliases

balance: checkBalance, myBalance, balance, getBalance, check_balance, my_balance, get_balance
currencies: supportedCurrencies, currencies, availableCurrencies, supported_currencies, available_currencies
checkaddress: checkAddress, checkaddress, isaddressexist check_address, is_address_exist
send: send, sendTo, transfer, makeTx, send_to, make_tx, sendto, maketx
payouts: payouts, myPayouts, my_payouts
faucetlist: listFaucets, fetchRotator, list_faucets, `fetch_rotator

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

FaucetPy-0.2.0.tar.gz (3.1 kB view hashes)

Uploaded Source

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