dogeapi.com API client
Project description
python-dogeapi
==============
Python module for dogeapi.com
Provide a class to access [DogeApi][https://www.dogeapi.com] API.
```sh
pip install python-dogeapi
```
All methods from [the exposed API][https://www.dogeapi.com/api_documentation] are availables with their argument.
HTTP arguments must be passed as named python arguments.
Examples :
```python
from dogeapi.wow import Doge
print Doge("SUCH ADRESS").get_balance()
addresses = Doge("SUCH ADRESS").get_my_addresses()
for address in addresses :
print address, Doge("SUCH ADRESS").get_address_received(payment_address = address)
print Doge("SUCH ADRESS").get_address_by_label(address_label = "main")
print Doge().get_current_block()
print Doge().get_difficulty()
print Doge("SUCH ADRESS").get_new_address(address_label = "WOW SuCH TEST PYTHON API")
print Doge("SUCH ADRESS").withdraw(amount = 5, payment_address = "DFSzxeWRXVALxVUdNF1Dk2WjqbF8b7mWjV")
```
DOGE tip me : DFSzxeWRXVALxVUdNF1Dk2WjqbF8b7mWjV
==============
Python module for dogeapi.com
Provide a class to access [DogeApi][https://www.dogeapi.com] API.
```sh
pip install python-dogeapi
```
All methods from [the exposed API][https://www.dogeapi.com/api_documentation] are availables with their argument.
HTTP arguments must be passed as named python arguments.
Examples :
```python
from dogeapi.wow import Doge
print Doge("SUCH ADRESS").get_balance()
addresses = Doge("SUCH ADRESS").get_my_addresses()
for address in addresses :
print address, Doge("SUCH ADRESS").get_address_received(payment_address = address)
print Doge("SUCH ADRESS").get_address_by_label(address_label = "main")
print Doge().get_current_block()
print Doge().get_difficulty()
print Doge("SUCH ADRESS").get_new_address(address_label = "WOW SuCH TEST PYTHON API")
print Doge("SUCH ADRESS").withdraw(amount = 5, payment_address = "DFSzxeWRXVALxVUdNF1Dk2WjqbF8b7mWjV")
```
DOGE tip me : DFSzxeWRXVALxVUdNF1Dk2WjqbF8b7mWjV
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
python-dogeapi-0.0.tar.gz
(2.3 kB
view details)
File details
Details for the file python-dogeapi-0.0.tar.gz
.
File metadata
- Download URL: python-dogeapi-0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8272a197ac65504350154fa91ffb76eb12b171d592acd728afc1db369e4b86b7 |
|
MD5 | 287a555e9ca278d189d5f41c67d6eecb |
|
BLAKE2b-256 | 01c27f6603f0c3daf34a4ba6f5c6a9f94ba70dbaad4c95c5795834c2b21565a2 |