Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vnegi10/nft-tracker
Python app to track NFT floor prices
https://github.com/vnegi10/nft-tracker
Last synced: 14 days ago
JSON representation
Python app to track NFT floor prices
- Host: GitHub
- URL: https://github.com/vnegi10/nft-tracker
- Owner: vnegi10
- Created: 2023-11-18T12:53:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T22:34:30.000Z (9 months ago)
- Last Synced: 2024-06-11T16:59:45.179Z (5 months ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nft-tracker
Python + Dash application to track NFT prices using CoinGecko's API. More information
can be found [here.](https://www.coingecko.com/api/documentation)## API keys
Keyless authentication for public API will be deprecated in early 2024. It's possible
to test the API using a demo key, which can be generated by creating an
account [here](https://www.coingecko.com/en/api/pricing). Do note that proper
attribution is required when using the demo key.## How to use?
- Install [poetry](https://python-poetry.org/docs/)
```
pip install poetry
```- Clone this repository
- From the root, execute the following to install all dependencies:
```
poetry install
```- Activate the virtual environment:
```
poetry shell
```- Run the app:
```
poetry run python nft_tracker/app.py
```- Visit this URL: http://127.0.0.1:7000/