mirror of
https://git.wownero.com/alibaba/twitter-bot.git
synced 2024-08-15 01:03:27 +00:00
Update 'twitterbot.py'
This commit is contained in:
parent
6ddebeef05
commit
535c1a1c80
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue