From fe28f2e2be9763c270f79297352f77b4598a6d56 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 3 Jul 2024 20:05:40 -0700 Subject: [PATCH] Replace dependency on requests module with one on cloudscraper in order to bypass Cloudflare bot protections --- news/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/requirements.txt b/news/requirements.txt index b831b94..aecc75a 100644 --- a/news/requirements.txt +++ b/news/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4 +cloudscraper pandas psycopg2 python-dotenv -requests schedule sqlalchemy \ No newline at end of file