From 535c1a1c80a48ed72b32749e665a9ad76ee1fbe4 Mon Sep 17 00:00:00 2001 From: wow nero Date: Thu, 10 Feb 2022 18:11:27 +0000 Subject: [PATCH] Update 'twitterbot.py' --- twitterbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitterbot.py b/twitterbot.py index 3c53b37..b4a9ea9 100644 --- a/twitterbot.py +++ b/twitterbot.py @@ -24,7 +24,7 @@ api = tweepy.API(auth) def scraper3(): url = "https://suchwow.xyz/" - imageroot = r'C:\Users\31622\Documents\twitterbot\images' + imageroot = r'IMAGE FOLDER PATH HERE' page = requests.get(url) soup = BeautifulSoup(page.content, 'html.parser')