A python script to automatically update real-time values of stocks and crypto tickers in a Notion Database.
- Auto update the last price, daily % and value change for NSE tickers in the Notion DB
- Provides auto-populated Screener URL for NSE tickers and CoinMarketCap URL for Cryptos
- Auto update the current price, 1 hr, 24 hr and 7 day % change in price for Crypto Coins
- Provides visual indicators for Profit/Loss & Price Change
- Page icons get auto-populated with respective Crypto project logo
pip3 install requests nsetools
Coinlore Cryptocurrency Data API
Use Cron or any scheduler to run the script in the frequency you want, preferred time period is 30 min or 1 hr
30 * * * * /usr/bin/python3 /home/.../main.py
0 * * * * /usr/bin/python3 /home/.../main.py