Inspired by @kach0w.
- Get a token for Notion at here
- Set up a database with the following fields: title (text), rating (text), year (text), movie URL (URL)
- Grab its ID (i.e., the first UUID in the URL)
- Get an API key from TheMovieDB
- Set up a
.envfollowing.env.example
Copy the link to your database page that will look like: https://www.notion.so/<long_hash_1>?v=<long_hash_2> then choose <long_hash_1>, this is the database ID.
gh repo clone michaelfromyeg/letterboxd2notioncd letterboxd2notionpython3.12 -m venv envsource env/bin/activatepip install --upgrade pippip install -r requirements.txtmake run- You can also run it via Windows Task Scheduler (use the
.batfile) or on a related service (e.g., as acronjob)
- You can also run it via Windows Task Scheduler (use the