twitterscraper
twitterscraper copied to clipboard
is not working right now? 16/10/20
Not working for me either... its not grabbing any tweets, my data frame is empty. Also when I try running the sample query in the documentation:
`if __name__ == '__main__':
list_of_tweets = query_tweets("Trump OR Clinton", 10)
#print the retrieved tweets to the screen:
for tweet in query_tweets("Trump OR Clinton", 10):
print(tweet)`
I get nothing back...
I saw a fix regarding the headers in queries.py but the version of twitterscraper I am using seems to already implemented that fix???
Same here
Just tried it today. Same issue. Is the dream over?
same for me, Twitter must have changed something on its API
It is not working 19 November 2020? Can you add API Authentication parameter to the code may be it will work similar to "tweepy" API . "tweepy" is working fine. Thank you,
INFO: Got 0 tweets for nasa%20since%3A2019-11-29%20until%3A2019-12-02. INFO: Got 0 tweets for nasa%20since%3A2019-11-24%20until%3A2019-11-27. INFO: Got 0 tweets for nasa%20since%3A2019-11-19%20until%3A2019-11-22. INFO: Got 0 tweets for nasa%20since%3A2019-11-22%20until%3A2019-11-24. INFO: Got 0 tweets for nasa%20since%3A2019-11-27%20until%3A2019-11-29. INFO: Got 0 tweets for nasa%20since%3A2019-12-02%20until%3A2019-12-05.
All twitter scrapers dont seem to work anymore. I tried to use Selenium to simply scrap maximum tweets between two chosen dates for given quiries. Check my work on : Scweet. Let me know if you need any clarification.
All twitter scrapers dont seem to work anymore. I tried to use Selenium to simply scrap maximum tweets between two chosen dates for given quiries. Check my work on : Scweet. Let me know if you need any clarification.
Thank you a lot for providing this :) I just got a question, I tried using this to get hash tags and it did not seem to return any results Any reason why 👁️ ?
All twitter scrapers dont seem to work anymore. I tried to use Selenium to simply scrap maximum tweets between two chosen dates for given quiries. Check my work on : Scweet. Let me know if you need any clarification.
Thank you a lot for providing this :) I just got a question, I tried using this to get hash tags and it did not seem to return any results Any reason why 👁️ ?
Can you show me how did you call the function scrap
?
INFO:twitterscraper:queries: [] is it really done?
If anyone want to get tweet data related to hashtags or keywords. Mail me at [email protected].