anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

A Go client library for the Twitter 1.1 API

Results 74 anaconda issues
Sort by recently updated
recently updated
newest added
trafficstars

DM API has changed on september, 17th : https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/guides/direct-message-migration is there any work in progress to change anaconda soon ?

While corresponding with garyburd about an oauth issue I was having (see garyburd/go-auth#1 ), he mentioned that anaconda should switch from garyburd/go-auth/oauth to gomodule/oauth1. The former is no longer actively...

Hello, Assume that I'd like to get filter out stream for tweets only in `en` language and containing `cat` and `dog`. How can I acheive this using anaconda? I looked...

Since the streaming APIs are going away (this time for sure, apparently) on August 16, I'm wondering what support anaconda currently has for the Account Activity API. There is another...

I wrote [This code](https://gist.github.com/s3pt3mb3r/d548b4fb61b64521efe28cc785ae65d3) **This code is unfollow "those who are followed me but don't follow me".** I run this... then about after unfollow 120 people, catch the error below....

According to the docs, this is supports app engine deploys, but every single time I try to deploy with this package imported, I get this error: ``` ERROR: (gcloud.app.deploy) Error...

i just add `reply_count` in the tweet object it's important to have this info

Changes made: On README.md 1. Changed the examples syntax, kind of more welcoming to call variables tweet and values instead of t and v. "your-access-token" and "your-access-token-secret" are actually the...

Changes Made : - Added a field to Trend Structure to permit to get tweet_volume from twitter Api ( [https://developer.twitter.com/en/docs/trends/trends-for-location/api-reference/get-trends-place](url)

I am trying to create a custom error handler for the PublicStreamFilter function, more specifically I would like to log the rate limit errors to a file in the same...