A project utilizing Notion API, in order to import Kindle highlights from a csv file into a custom Notion Database.
Stars
0
Forks
0
Watchers
0
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
Merge pull request #7 from xristosl0610/3-make-the-process-more-user-friendly
a556e32View on GitHubMade the process more userfriendly, added prompts, and safety question to abort if sth wrong was chosen
8e7de51View on GitHubImplemented get_database_name() function to make the code more modular
ee914b4View on GitHubMerge pull request #2 from xristosl0610/1-add-env-file
4ffe99bView on GitHubIncorporated proposed changes by sourcery ai bot.
afe1623View on GitHubAdded to .gitignore the actual csv files that are parsed.
aa6c144View on GitHubRestructured the code into src files and main function. Read the sensitive info through a .env file.
d1c6543View on GitHubUpdated .gitignore to include the books folder and exclude the .env file
92b4eb4View on GitHubDeleted pylint.yml. Unnecessary for the current project's complexity
f24ce71View on GitHubCreated src module with the defition of pahtlib.Path's. Added docstrings and type hinting in the main file
552ae67View on GitHub