Skip to main content

Downloads, save and retrieve cryptocoins data from wazirx

Project description

mmcrypto

Python package get and save crypto data from wazirx.

Type these in our linux terminal to understand the usage

pip3 install mmcrypto
python3
>>> from mmcrypto import Crypto, Price
>>> directory_to_save_data = '/home/user/data/'
>>> Crypto.update(directory_to_save_data)
>>> Crypto.all(directory_to_save_data)
>>> crypto = Crypto('btc', directory_to_save_data)
>>> list(crypto.get_prices())
>>> for p in crypto.get_prices():
...     for attr in Price.attrs:
...         print(attr, p[attr])
...     print()
...
>>>

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

mmcrypto-0.0.7.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

mmcrypto-0.0.7-py3-none-any.whl (3.9 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