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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 faucetpay-1.1.tar.gz.
File metadata
- Download URL: faucetpay-1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
632b74b91d743a04bb6604e891cb996d0410b4af95470b9fad9a66364aea73c3
|
|
| MD5 |
2f485fc6fe7166af2ecdc86379cbddd9
|
|
| BLAKE2b-256 |
66f87d5307dff62a284d7b4aa59b218ed7bad35d60897b35eef905b6893b1885
|
File details
Details for the file faucetpay-1.1-py3-none-any.whl.
File metadata
- Download URL: faucetpay-1.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4acfcacfb38b6af10cbf441e36758d3bd00d39c2f73d24193dc4a68b89c23d6
|
|
| MD5 |
138b3b97f02b4f3cc7ee6f2fee6b925b
|
|
| BLAKE2b-256 |
7b7e65126fb1f138888663d885e2e983e2740240dfc0433e6a06d3f3e6fa29b1
|