Skip to main content

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

Project details


Release history Release notifications | RSS feed

This version

0.0

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