Adding missing config setup step

Timothy Warren 2023-07-13 12:58:02 -04:00
parent d5cdc477a4
commit 7fd05c80c1
1 changed files with 15 additions and 13 deletions

@ -1,14 +1,16 @@
# Anilist Integration # Anilist Integration
1. Create an Anilist account: [Signup](https://anilist.co/signup) 1. Create an Anilist account: [Signup](https://anilist.co/signup)
2. After logging in, create a new application: 2. After logging in, create a new application:
* Go to your settings page from the menu on the top right * Go to your settings page from the menu on the top right
* Select the `Developer` tab on the left menu * Select the `Developer` tab on the left menu
* Click the `Create New Client` button * Click the `Create New Client` button
* The name field can be whatever you chose * The name field can be whatever you chose
* The `Redirect URL` field should be `[Your Kitsu Domain]/anilist-oauth`, eg, `https://example.com/anilist-oauth` * The `Redirect URL` field should be `[Your Kitsu Domain]/anilist-oauth`, eg, `https://example.com/anilist-oauth`
* Save the Application * Save the Application
3. Copy the Client Id and Client secret to your config, on the `Anilist API Integration` tab of the Settings page. 3. Add the required config items to enable the Anilist API Integration form on the Settings page.
4. Input your username into the `username` field of the `Anilist API Integration` tab of the Settings page. * Copy the `anilist.toml.example` file under `app/config` to `anilist.toml`
5. Click the link account link on the settings page * Copy the Client Id and Client secret to the new `anilist.toml` file
4. Input your username into the `username` field of the `Anilist API Integration` tab of the Settings page.
5. Click the link account link on the settings page
6. Make sure to mark the Anilist API as enabled 6. Make sure to mark the Anilist API as enabled