Premium search APIs #505
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#505
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Hi,
You should be able to just authenticate with OAuth 1 or 2 and then call get:
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 )
they write about an authentification like this: