twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

is not working right now? 16/10/20

Open sebabecerra opened this issue 3 years ago • 10 comments

sebabecerra avatar Oct 16 '20 10:10 sebabecerra

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

CyberSosig avatar Oct 20 '20 14:10 CyberSosig

Same here

ozgurdogan646 avatar Nov 03 '20 19:11 ozgurdogan646

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

ridwan102 avatar Nov 05 '20 23:11 ridwan102

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

ahmedbesbes avatar Nov 15 '20 11:11 ahmedbesbes

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.

hashmiuk avatar Nov 19 '20 16:11 hashmiuk

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.

Altimis avatar Dec 18 '20 12:12 Altimis

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

unwosu avatar Jan 16 '21 13:01 unwosu

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?

Altimis avatar Jan 16 '21 14:01 Altimis

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

victorgois avatar Feb 10 '21 21:02 victorgois

If anyone want to get tweet data related to hashtags or keywords. Mail me at [email protected].

garain avatar May 11 '21 04:05 garain