Cryptocurrency historical market price data scrapper.
Project description
# CryptoCMD
Cryptocurrency historical market price data scrapper written in Python 3.
## Usage
### CoinMarketCap Scraper
Following methods available to get data in multiple formats from https://coinmarketcap.com
```python
from cryptocmd import CmcScraper
# initialise scraper
scraper = CmcScraper('XRP', '15-10-2017', '25-10-2017')
# get data as list of list
headers, data = scraper.get_data()
# export the data to csv
scraper.export_csv()
# get dataframe for the data
df = scraper.get_dataframe()
```
## Contributing
Feel free to make a pull request!
Cryptocurrency historical market price data scrapper written in Python 3.
## Usage
### CoinMarketCap Scraper
Following methods available to get data in multiple formats from https://coinmarketcap.com
```python
from cryptocmd import CmcScraper
# initialise scraper
scraper = CmcScraper('XRP', '15-10-2017', '25-10-2017')
# get data as list of list
headers, data = scraper.get_data()
# export the data to csv
scraper.export_csv()
# get dataframe for the data
df = scraper.get_dataframe()
```
## Contributing
Feel free to make a pull request!
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
cryptocmd-0.1.1.tar.gz
(5.4 kB
view details)
File details
Details for the file cryptocmd-0.1.1.tar.gz.
File metadata
- Download URL: cryptocmd-0.1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ead964f19bb9f9c51ad24a81890158acd397ed0f6e0ebf4c77aefe5d33df70e4
|
|
| MD5 |
bce41dadb254fa3d356d94afd80a90ee
|
|
| BLAKE2b-256 |
492f411540a60108fe121c9d7cb97d47372bebe67b689e9d6323997282a1a9d3
|