Skip to content

Instantly share code, notes, and snippets.

@cmj
Created November 18, 2025 13:18
Show Gist options
  • Select an option

  • Save cmj/4b2b0a682b0196458e1def3adf3f2d5d to your computer and use it in GitHub Desktop.

Select an option

Save cmj/4b2b0a682b0196458e1def3adf3f2d5d to your computer and use it in GitHub Desktop.
cloudflare detection issues 2025-11-18T11:35:00Z
import cloudscraper
# cloudflare detection issues 2025-11-18T11:35:00Z
# https://x.com/i/api/graphql/1VOOyvKkiI3FMmkeDNxM9A/UserByScreenName
# https://downdetector.com
scraper = cloudscraper.create_scraper() # returns a CloudScraper instance
print(scraper.get("https://downdetector.com").text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment