- Added -i (--Ignore) flag to exclude folders from being processed - Added -c (--config) flag to be able to provide a config json file which includes pre-configured parameters. The tool will create this file for you in the first execution.
1.0.2
- The metadata will only be extracted from the books where it is needed, reducing considerably the execution time
1.0.1
Added 3 more flags: - -only_new: Only check new books - -only_updated: Only check changes in existing books (does not include removals) - -only_deleted: Only check deleted books
1.0.0
Full rework of the code: - Added direct API calls to Notion. - No need of csv files - No need of token_v2 - Reduces complexity - Now it can delete entries from Notion - Idempotent executions
0.2.0
- Added support for physical books - Fixed tool crashing when log file did not exist