From 2548c26ecc64c20914a3cc3f6df242128799ce64 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 24 Nov 2021 11:55:07 -0500 Subject: [PATCH] [+] Import requests --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3c2d670..aca2061 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,9 @@ json5~=0.9.6 # Tweepy is a python SDK for twitter tweepy==4.4.0 +# requests is for getting html from a website URL +requests==2.26.0 + # beautifulsoup is used to extract data from html beautifulsoup4==4.10.0