From e8491e3723e3fccd2a4367b0ae3219e98d75a437 Mon Sep 17 00:00:00 2001 From: Benexl Date: Mon, 14 Jul 2025 02:27:05 +0300 Subject: [PATCH] feat: anilist auth --- fastanime/core/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fastanime/core/constants.py b/fastanime/core/constants.py index 8f48f3f..88f58f6 100644 --- a/fastanime/core/constants.py +++ b/fastanime/core/constants.py @@ -14,6 +14,7 @@ GIT_REPO = "github.com" GIT_PROTOCOL = "https://" REPO_HOME = f"https://{GIT_REPO}/{AUTHOR}/FastAnime" DISCORD_INVITE = "https://discord.gg/C4rhMA4mmK" +ANILIST_AUTH = "https://anilist.co/api/v2/oauth/authorize?client_id=20148" try: APP_DIR = Path(str(resources.files(PROJECT_NAME.lower())))