A prometheus coinmarketcap exporter (Just for fun)
This project collects data from coinmarketcap.com and stores them in the Prometheus.
All you have to do is running docker-compose up -d
and open localhost:9090
.
You can search price_bitcoin
or another coin in the query field of prometheus and see the price changes.
It collects data using bs4
module.
I will not update this project. This was a homework of a course in my university :)