nftpy
A python package designed to be an easy interface for NFT integration in python (by CoulterStutz)
pycoingecko
Python wrapper for the CoinGecko API (by man-c)
nftpy | pycoingecko | |
---|---|---|
1 | 6 | |
1 | 1,052 | |
- | - | |
9.7 | 0.5 | |
6 months ago | 27 days ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nftpy
Posts with mentions or reviews of nftpy.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Need Guidance on Python Package Development | NFTpy
Here are the links to my Github Repository as well as the PyPI package
pycoingecko
Posts with mentions or reviews of pycoingecko.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-17.
-
CryptoGraph: A Python package for interacting with every major exchange simultaneously
I organized the popular [ccxt](https://github.com/ccxt/ccxt) and [coingecko](https://github.com/man-c/pycoingecko) Python APIs into a single object for interfacing with 110+ exchanges and 10000+ coins simultaneously.
-
Made my first project !
One potential way of solving that is relying on this officially recognized wrapper client: https://github.com/man-c/pycoingecko. That will [handle retries when the Coin Gecko API server is unavailable](https://github.com/man-c/pycoingecko/blob/master/pycoingecko/api.py#L18) as well as [handling exceptions](https://github.com/man-c/pycoingecko/blob/master/pycoingecko/api.py#L25-L41). Of course, over time you'll want to develop the skill of determining if it's worth taking on an external dependency.
- Is this code feasible in python?
-
I want to make a program that watches a specific cryptocurrency exchange, and immediately sends me an alert if a specific coin drops by 20%.
Coingecko has tron and everything under the sun. For spot price, (stealing this from here https://github.com/man-c/pycoingecko):
-
Help with API (python) - parameter 'date' in get_coin_history_by_id(id, date)
(for those unfamiliar with the API here is a reference: https://github.com/man-c/pycoingecko
- Query ERC20 smart contract with Python?