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')