Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sebabecerra opened this issue Oct 16, 2020 · 10 comments
Open

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

sebabecerra opened this issue Oct 16, 2020 · 10 comments

Comments

@sebabecerra
Copy link

No description provided.

@CyberSosig
Copy link

CyberSosig commented Oct 20, 2020

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
Copy link

Same here

@ridwan102
Copy link

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

@ahmedbesbes
Copy link

ahmedbesbes commented Nov 15, 2020

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

@hashmiuk
Copy link

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
Copy link

Altimis commented Dec 18, 2020

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
Copy link

unwosu commented Jan 16, 2021

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
Copy link

Altimis commented Jan 16, 2021

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
Copy link

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

@garain
Copy link

garain commented May 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants