Plex-Meta-Manager/docs/config/github.md
2023-12-31 11:45:00 -05:00

983 B

GitHub Attributes

Configuring GitHub is optional but can allow you to avoid rate limits when requesting data from GitHub.

Requests made with a GitHub token have a higher rate limit than anonymous requests.

A github mapping is in the root of the config file.

Below is a github mapping example and the full set of attributes:

github:
  token: ################################
Attribute Allowed Values Default Required
token GitHub Personal Access Token N/A :fontawesome-solid-circle-check:{ .green }
  • The GitHub Personal Access Token can be generated here.