https://github.com/stylepatrick/crypto_price_tracker
Crypto price tracker which stores values in PostgresDB via a scheduler with manual trigger via REST API. Coingecko API is used to get the actual price.
https://github.com/stylepatrick/crypto_price_tracker
coingecko-api crypto-price-tracker postgresdb price scheduler
Last synced: 22 days ago
JSON representation
Crypto price tracker which stores values in PostgresDB via a scheduler with manual trigger via REST API. Coingecko API is used to get the actual price.
- Host: GitHub
- URL: https://github.com/stylepatrick/crypto_price_tracker
- Owner: stylepatrick
- License: mit
- Created: 2021-03-13T07:11:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T07:14:13.000Z (about 5 years ago)
- Last Synced: 2025-09-06T14:54:16.022Z (9 months ago)
- Topics: coingecko-api, crypto-price-tracker, postgresdb, price, scheduler
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto_price_tracker
Crypto price tracker which stores values in PostgresDB via a scheduler with manual trigger via REST API. Coingecko API is used to get the actual price.
# Environment
- POSTGRES=postgresql://python:python@localhost:25432/python
- PORT=8000
- SCHEDULERCOIN=bitcoin
# Swagger
Link: http://localhost:8000/docs
# Technologies
- fastapi
- sqlalchemy