anaconda
anaconda copied to clipboard
App-only auth
trafficstars
I am using anaconda for mining hashtag information through the Twitter search API. As the docs states user auth allows 180 requests per 15 minutes (around 18000 tweets per 15 minutes) while app-only auth allows 450 requests per 15 minutes (around 45000 tweets per 15 minutes), which makes a huge difference as I am mining hashtags with up to hundred thousands of tweets in a single day.
I noticed dghubble/go-twitter has an app-only auth example. I wonder if the same thing is possible through anaconda. If not, consider this a request for this feature.
Thank you so much for this awesome library.
It seems this is also a supported feature by kurrik/twittergo.