franalgaba / crypto-front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Rocket!

Crypto Rocket allows you to get latest coin pumps to detect crypto market momentum.

Setup

  1. python -m venv venv
  2. source venv/bin/activate
  3. streamlit run app.py
  4. Enjoy!

CoinCap API Limitations

In order to not surpass CoinCap limit rates you will need an API Key. You can get one here

Then set the API Key to a environment variable as follows: export COINCAP_API_KEY=<key>

About


Languages

Language:Python 100.0%