
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
|TravisCI| |AppVeyor| |Status| |ReadTheDocs| |Binder|
|PyPI| |PyPI-Versions| |LICENSE|
pymarketcap is a library for retrieve data from
coinmarketcap <http://coinmarketcap.com/>
_ 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
You need to install cython <http://cython.readthedocs.io/en/latest/src/quickstart/install.html>
_ before pymarketcap. Try: pip3 install Cython
and then:
::
pip3 install pymarketcap
urllib <https://docs.python.org/3/library/urllib.html>
_ will be used library by default to make synchronous requests whereas that on Linux/Mac will be built using libcurl <https://curl.haxx.se/docs/install.html>
_ C library. You can control this (see below):::
git clone https://github.com/mondeja/pymarketcap.git
cd pymarketcap
pip3 install -r requirements.txt
python setup.py install
--force-curl
in last command.--no-curl
.Static documentation at Readthedocs <https://pymarketcap.readthedocs.io>
_.Live running notebook hosted at Binderhub <https://mybinder.org/v2/gh/mondeja/pymarketcap/master?filepath=doc%2Fsync_live.ipynb>
_.Contributing <https://github.com/mondeja/pymarketcap/blob/master/doc/dev_guide/contributing.rst>
_Testing <https://github.com/mondeja/pymarketcap/blob/master/doc/dev_guide/testing.rst>
__Changelog <http://pymarketcap.readthedocs.io/dev_guide/changelog.html>
_
`License <https://github.com/mondeja/pymarketcap/blob/master/LICENSE>`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Support
~~~~~~~
- Issue Tracker: https://github.com/mondeja/pymarketcap/issues
- |Ask me anything| mondejar1994@gmail.com
.. |TravisCI| image:: https://travis-ci.org/mondeja/pymarketcap.svg?branch=master
:target: https://cnhv.co/1xgw5
.. |PyPI| image:: https://img.shields.io/pypi/v/pymarketcap.svg
:target: https://cnhv.co/1xgwg
.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/pymarketcap.svg
:target: https://cnhv.co/1xgwm
.. |Binder| image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/mondeja/pymarketcap/master?filepath=doc%2Fsync_live.ipynb
.. |Status| image:: https://img.shields.io/pypi/status/pymarketcap.svg
:target: https://cnhv.co/1xgwm
.. |ReadTheDocs| image:: https://readthedocs.org/projects/pymarketcap/badge/?version=latest
:target: https://cnhv.co/1xgx1
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/puy2p0qhjna4hosc?svg=true
:target: https://cnhv.co/1xgx7
.. |LICENSE| image:: https://img.shields.io/pypi/l/pymarketcap.svg
:target: https://cnhv.co/1xgxd
.. |Ask me anything| image:: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg
FAQs
Python3 API and web scraper for coinmarketcap.com.
We found that pymarketcap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.