Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/