https://github.com/josh/imdb-plex-sync
Sync IMDb watchlist to Plex watchlist
https://github.com/josh/imdb-plex-sync
imdb plex python
Last synced: over 1 year ago
JSON representation
Sync IMDb watchlist to Plex watchlist
- Host: GitHub
- URL: https://github.com/josh/imdb-plex-sync
- Owner: josh
- License: mit
- Created: 2024-08-27T02:14:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T20:59:19.000Z (over 1 year ago)
- Last Synced: 2025-03-17T21:42:03.793Z (over 1 year ago)
- Topics: imdb, plex, python
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imdb-plex-sync
Sync IMDb watchlist to Plex watchlist
## Setup
Design to run via GitHub Actions. To get started, Fork this repository.
Then set a bunch of Repository secrets for the following:
- `IMDB_WATCHLIST_URL`: Your IMDb watchlist CSV URL
- `PLEX_USERNAME`: Plex email or username
- `PLEX_PASSWORD`: Plex password
- `PLEX_TOKEN`: Plex server token
## See Also
[josh/imdb-data](https://github.com/josh/imdb-data) and [josh/trakt-plex-sync](https://github.com/josh/trakt-plex-sync).