DEV Community

Discussion on: # Crypto Profits Tracker (feat. Notion API) using Python

Collapse
 
theshadowgit profile image
Info Comment hidden by post author - thread only visible in this permalink
TheShadowGit

Hey Madhav, Thanks for the guide. I have imported your repository to my github. Now where do i edit and run the python file ? will it be on my desktop ? I just want to know because that will mean, I will have to always remember to run this script before looking at my tracker in notion ? is that how it is supposed to be ?

Collapse
 
tnvmadhav profile image
TnvMadhav⚡

Hey there,

Apologies for the delayed response!

Now where do i edit and run the python file ?

You just have to paste your notion integration secret token into the my_variables.yml file and run your python script!

I just want to know because that will mean, I will have to always remember to run this script before looking at my tracker in notion ? is that how it is supposed to be ?

Yes, as long as the script is running, the crypto data will be fetched and the notion database will be updated automatically!

Some comments have been hidden by the post's author - find out more