plex-mal-scrobbler 0.1.3

Update anime watch progress to MyAnimeList using Plex webhooks
Documentation
1
2
3
4
5
6
7
8
9
mal_client_id: # MAL client id obtained from MAL API page
plex_users: # Users to scrobble. Remove, if you want to scrobble all users
  - MyNeatUserName22
plex_libraries: # Libraries to scrobble. Remove, if you want to scrobble all libraries
  - Anime
scrobble_last_ep: false # Mark anime as complete, after watching last episode
require_match: false # Only scrobble, if anime title matches
test: false # Testing flag, will print update info and won't scrobble if enabled
port: 8000 # Port the program will listen on. By default it's 8000