This project aims to regularly update asset price data in the AssetVIsion MongoDB Atlas through the dedicated RESTful FastAPI.
- schedule
- requests
- Clone this repository to your local machine.
- Install the required packages by running
pip install -r requirements.txt
. - Setup your API Adress in
feed_crypto_prices.py
- Launch the Price feeder using the command
python feed_crypto_prices.py
.
The data comes from :
-
For Cryptocurrencies
: The price data comes from CryptoCompare. -
For others
: WIP.
The API uses JSON Web Tokens (JWT) for authentication.
The API uses MongoDB Atlas for storing its data.