Skip to main content

Unofficial Python Library For Faucetpay API

Project description

FaucetPay API Python Lib How to use : `python pip install faucetpay ` `python from faucetpay import FaucetPay f = FaucetPay("Your Faucetpay API Key") `

get Faucet Balance `python print(f.balance()) #this will show bitcoin balance `

get Faucet Balance custom crypto `python print(f.balance(crypto="trx")) #this will show tron balance `

Show Faucet Supported Coins `python print(f.supported_coins()) `

Check If Address Valid In FaucetPay `python print(f.checkaddress("faucetpay email or linked address")) `

Send Crypto To FaucetPay Account `python print(f.send(amount="amount in satoshi",to="email or wallet",crypto="crypto symbol",ref="ref email or address (optional)",ip="Optional")) `

example send : `python print(f.send(amount="100000",to="vboxvm512@gmail.com",crypto="trx")) #this will send 0.001 trx to vboxvm512@gmail.com `

Recent Payout : `python print(f.recent_payout(crypto="trx",count=10)) #this will show recent 10 tron rewards `

Get Faucet Lists : `python print(f.faucetlist()) `

My info : `python print(f.info()) #show tips and my email `

Happy Using :)

Contact me : @mrwebsupport (Telegram)

Project details


Release history Release notifications | RSS feed

This version

1.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

faucetpay-1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

faucetpay-1.1-py3-none-any.whl (2.5 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