https://github.com/amitness/todoist-imdb
Automatically add IMDB rating and description to movies listed on todoist
https://github.com/amitness/todoist-imdb
imdb-api movies-sorted todoist-api
Last synced: about 1 year ago
JSON representation
Automatically add IMDB rating and description to movies listed on todoist
- Host: GitHub
- URL: https://github.com/amitness/todoist-imdb
- Owner: amitness
- License: mit
- Created: 2017-10-01T15:17:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:38:50.000Z (over 3 years ago)
- Last Synced: 2025-03-23T23:26:33.243Z (about 1 year ago)
- Topics: imdb-api, movies-sorted, todoist-api
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todoist-imdb
Automatically add IMDB rating and description to movies listed on todoist.

The script adds IMDB link, rating and description to the task in project *Movies*.
## Usage
1. Create a project "Movies" on todoist.
2. Install required dependancies.
```
pip install -r requirements.txt
```
3. Get API key from `Settings > integrations` on [https://todoist.com](https://todoist.com).
4. Set the API key as environment variable.
```
export TODOIST_APIKEY='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
```
5. Schedule the script to run periodically.
```
python movierater.py
```