37
loading...
This website collects cookies to deliver better user experience
ICYAC: Link to the template at the end of article 👇🏻
👉🏻 "This should take only 1 minute of my time."
n
is number of coins I am currently 'hodling', m
is number of coins of type j
that I currently have in my walletName
, Amount Invested
and Number of Coins in wallet
, I should automatically see my profits taking form in the Notion Database.Share
button and use the selector to find your integration by its name, then click Invite
. Your integration now has permission to read, write, and edit the new database.Getting list of CryptoCoins that the user has added to the Notion database (GET~ POST)
Getting prices for the CryptoCoins in List (GET)
Updating the Prices to the Notion Database (PATCH)
cd
into the directory where the 3 files are present using bash shell
or terminal
(command prompt
for windows)Install the required software dependencies by running the following command,
pip3 install -r requirements.txt
# use `py -m pip install -r requirements.txt` (for
Windows System)
Update and save the my_variables.yml
file with your notion related information, (don't include the <> characters)
MY_NOTION_SECRET_TOKEN: <insert-your-notion-integration-
secret-token> # (use the secret from prior step
Run the following command to execute python script,
python3 read.py
# Use `py read.py` if you are on Windows!
🙌🏻 Watch your crypto dashboard update automatically! 🎉