Skip to content

Commit

Permalink
Update API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
iSarabjitDhiman authored Dec 12, 2024
1 parent 1c4ce9c commit 7232aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweeterpy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7232aa0

Please sign in to comment.