From 7232aa02e6bc98f03749d31c3d37f473459fea85 Mon Sep 17 00:00:00 2001 From: Sarabjit Dhiman <96009601+iSarabjitDhiman@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:14:03 +0530 Subject: [PATCH] Update API_URL --- tweeterpy/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweeterpy/constants.py b/tweeterpy/constants.py index fd5d31b..b2293cb 100644 --- a/tweeterpy/constants.py +++ b/tweeterpy/constants.py @@ -93,7 +93,7 @@ class Path: # URLS DOMAIN = "x.com" BASE_URL = "https://x.com/" - API_URL = "https://x.com/i/api/graphql/" + API_URL = "https://api.x.com/graphql/" TASK_URL = "https://api.x.com/1.1/onboarding/task.json" GUEST_TOKEN_URL = "https://api.x.com/1.1/guest/activate.json" JAVSCRIPT_INSTRUMENTATION_URL = "https://twitter.com/i/js_inst"