paperboi / kindle2notion

Export all clippings from your Kindle device to a database in Notion.
https://pypi.org/project/kindle2notion/
MIT License
886 stars 120 forks source link

Line 9 error import CLIPPINGS_FILE, NOTION_TOKEN, NOTION_TABLE_ID #13

Closed felipefm closed 3 years ago

felipefm commented 3 years ago

I just finished the installation, when I ran the terminal I was giving an error on lines 40 and 49. I couldn't solve it.

So I installed pycharm, I'm using a Linux Mint 20.0 distribution

I would like to test the script, I am looking for a script or app that has interaction with Kindle and Notion.

Thank you.

paperboi commented 3 years ago

Are you running this script using Python 3? And can you copy-paste the error you're getting if possible? Sorry for the late reply, couldn't make time for this in my work schedule earlier.

paperboi commented 3 years ago

Addressed this by moving imported vars to utilities.py in the latest commit