-
Notifications
You must be signed in to change notification settings - Fork 397
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
Premium search APIs #505
Comments
Hi, You should be able to just authenticate with OAuth 1 or 2 and then call get: t = Twython(...)
t.get('search/<product>/<label>') Hope this helps! |
Thanks for the fast reply! Unfortunately I don't understand exactly what you mean, respectively where do I have to change my credentials. That is, in the official Twitter Dev Api ( https://github.com/twitterdev/search-tweets-python )
|
Hey,
how do I setup twython with the full-archive endpoint for which premium API access?
https://developer.twitter.com/en/docs/tweets/search/api-reference/premium-search
In the endpoints.py I found no hint where to define the search URL described in the link above.
The background of my research project is as follows:
For a sentiment analysis, I need to crawl Tweets related to a specific topic / hashtags "from date" "to date" in 2016.
Btw, please let me if you have any tips how I can perform my search request with twython. So far my skills are quite limited.
Thanks and all the best,
David
The text was updated successfully, but these errors were encountered: