diff --git a/anilist.md b/anilist.md new file mode 100644 index 0000000..3b904e5 --- /dev/null +++ b/anilist.md @@ -0,0 +1,13 @@ +# Anilist Integration + +1. Create an Anilist account: [Signup](https://anilist.co/signup) +2. After logging in, create a new application: + * Go to your settings page from the menu on the top right + * Select the `Developer` tab on the left menu + * Click the `Create New Client` button + * 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` + * Save the Application +3. Copy the Client Id and Client secret to your config +4. Click the link account link on the settings page +5. Make sure to mark the Anilist API as enabled \ No newline at end of file