taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 581 forks source link

scrape is not working #207

Closed gwontaeyong closed 5 years ago

gwontaeyong commented 5 years ago

i'm using version 1.1.0 in python3 and has no any error. but tweet was scrapped is not much then i think.

begin = datetime.datetime(2019, 6, 1) end = datetime.datetime(2019, 7, 3) list_of_tweets = query_tweets("BTS", begindate=begin, enddate=end)

i run this code with some change

' queries = ['{} since:{} until:{}'.format(query, since.strftime('%Y-%m-%d'), until.strftime('%Y-%m-%d')) for since, until in zip(dateranges[:-1], dateranges[1:])] ' in queries.py line at 200 cause when i visit twitter advanced search site the url query is changed and i think page is chaged too. it means to see all tweet should have to scroll down.

so after update twitter website should we have to add some action to scroll down in source code??

gwontaeyong commented 5 years ago

i guess it problems with my ip