taspinar / twitterscraper

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

is not working right now? 16/10/20 #350

Open sebabecerra opened 3 years ago

CyberSosig commented 3 years ago

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???

ozgurdogan646 commented 3 years ago

Same here

ridwan102 commented 3 years ago

Just tried it today. Same issue. Is the dream over?

ahmedbesbes commented 3 years ago

same for me, Twitter must have changed something on its API

hashmiuk commented 3 years ago

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.

Altimis commented 3 years ago

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.

unwosu commented 3 years ago

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 👁️ ?

Altimis commented 3 years ago

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?

victorgois commented 3 years ago

INFO:twitterscraper:queries: [] is it really done?

garain commented 3 years ago

If anyone want to get tweet data related to hashtags or keywords. Mail me at avishekgarain@gmail.com.