Improve formatting

Timothy Warren 2023-07-13 13:13:47 -04:00
parent 7fd05c80c1
commit 98d36b7b34
1 changed files with 17 additions and 14 deletions

@ -1,16 +1,19 @@
# 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 (API Client) for Anilist:
* Go to your settings page from the menu on the top right
* Select the `Developer` tab on the left menu - [ ] Go to your settings page from the menu on the top right
* Click the `Create New Client` button - [ ] Select the `Developer` tab on the left menu
* The name field can be whatever you chose - [ ] Click the `Create New Client` button
* The `Redirect URL` field should be `[Your Kitsu Domain]/anilist-oauth`, eg, `https://example.com/anilist-oauth` - [ ] The name field can be whatever you chose
* Save the Application - [ ] The `Redirect URL` field should be `[Your Kitsu Domain]/anilist-oauth`, eg, `https://example.com/anilist-oauth`
3. Add the required config items to enable the Anilist API Integration form on the Settings page. - [ ] Save the Application
* Copy the `anilist.toml.example` file under `app/config` to `anilist.toml` ### 3. Add the required config items to enable the Anilist API Integration form on the Settings page.
* Copy the Client Id and Client secret to the new `anilist.toml` file - [ ] Copy the `anilist.toml.example` file under `[path/to/Hummingbird/install]/app/config` to `anilist.toml`
4. Input your username into the `username` field of the `Anilist API Integration` tab of the Settings page. - [ ] Copy the Client Id and Client secret from the Anilist application to the new `anilist.toml` file
5. Click the link account link on the settings page - [ ] Make sure to save the changes to this new config file
6. Make sure to mark the Anilist API as enabled ### 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.
- [ ] Click the link account button on the settings page
- [ ] Make sure to mark the Anilist API as enabled