Update 'anilist'

Timothy Warren 2023-07-13 13:17:45 -04:00
parent 98d36b7b34
commit 12674dba89
1 changed files with 4 additions and 1 deletions

@ -11,7 +11,10 @@
- [ ] Save the Application
### 3. Add the required config items to enable the Anilist API Integration form on the Settings page.
- [ ] Copy the `anilist.toml.example` file under `[path/to/Hummingbird/install]/app/config` to `anilist.toml`
- [ ] Copy the Client Id and Client secret from the Anilist application to the new `anilist.toml` file
- [ ] Copy the config values from the Anilist application to the new `anilist.toml` file.
* Client Id to `client_id`
* Client Secret `client_secret`
* Username to `username`
- [ ] Make sure to save the changes to this new config file
### 4. Link your new Anilist API Client on the `Anilist API Integration` tab of the Settings page.
- [ ] Input your username into the `username` field of the `Anilist API Integration` tab of the Settings page.