Python3 API and web scraper for coinmarketcap.com.
Project description
pymarketcap
pymarketcap is a library for retrieve data from coinmarketcap API and website. Consist of a cythonized scraper and and API wrapper built with libcurl, but is posible to compile a lightweight version with standard urllib
Install
You need to install cython before pymarketcap. Try: pip3 install Cython and then:
pip3 install pymarketcap
On Windows, urllib will be used library by default to make synchronous requests whereas that on Linux/Mac will be built using libcurl C library. You can control this (see below):
From source
git clone https://github.com/mondeja/pymarketcap.git cd pymarketcap pip3 install -r requirements.txt python setup.py install
To force installation with libcurl, use --force-curl in last command.
To install with urllib, use --no-curl.
Documentation
Contributing
Testing
Changelog
License
Support
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
File details
Details for the file pymarketcap-4.0.16.tar.gz
.
File metadata
- Download URL: pymarketcap-4.0.16.tar.gz
- Upload date:
- Size: 267.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 230658964b6ddd759a5b5d1c964000fb827aadf1fea616319c134e4b4b55c9f7 |
|
MD5 | 9b124af16142064862024fab95ab31ee |
|
BLAKE2b-256 | ed0aa209ba22a6b8ddaedf870eeb1b5599d3ee9b23e6b9cf7e6ae4c10909afce |