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

I wanted to use Collection API and implemented it by myself. Feel free to add suggestions.

I just wanted to disable retweets for accounts I follow. But the Endpoint `/1.1/friendships/update.json` isn't implemented?

added `reply_count`,`quote_count` in the tweet object it's important to have this info and defer panic err

When a specified user tweeted, I want to detect that tweet. How should I use which function of this project? ``` v := url.Values{} s := api.PublicStreamFilter(v) v.Add("follow", "2876288241") for...

using a common TwitterApi.HttpClient especially When you had changed the default http.Client.Transport.

Hi, I'm trying to get all Followers Id's of a "big" account. Twitter limits 5K results per page (pagination) every 15 min. So I tried to set EnableThrottling with: ```...

If you do this: > ![image](https://cloud.githubusercontent.com/assets/159209/21168484/23a1d566-c169-11e6-99a2-daf01796db3f.png) You get the panic: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x11cd32] goroutine 1...

Still hacking on this, please don't merge until I finish some things