A python program that plots a graph from a Notion collection using notion-py(an unofficial API).
You need to configure the following data if you want to use this program:
- Notion Page Link. First, open the Notion page for which you would like to use the program for. Then, make the page public so that it can generate a link through which it can be accessed. Then open that page on your broswer.
- Token v2. Ensuring you're on the Notion page, you can Inspect -> Application -> Cookies -> Select site -> get the value for Token v2.
Once you've got the values, just replace the temp values in the program with your values and you're all set!
You need to make sure that you have the following libraries installed on Python:
- Matplotlib
- Notion