Update 'twitterbot.py'

This commit is contained in:
wow nero 2022-02-10 18:11:27 +00:00
parent 6ddebeef05
commit 535c1a1c80
1 changed files with 1 additions and 1 deletions

View File

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