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 can't see where `NewApiError` is still used and I don't consider it particularly useful for anaconda's users. Should anyone use it, though, this change would obviously break backwards compatibility.

api change

Hi. I am doing a Twitter bot working on several accounts (two in my case). But when I start a goroutine and initialize Twitter API, it stops the other one....

improvement

It would be really nice if the anaconda.Logger interface could fit the popular [logrus](https://github.com/Sirupsen/logrus) implementation... ``` sh ./main.go:45: cannot use logrus.New() (type *logrus.Logger) as type anaconda.Logger in argument to twitterApi.SetLogger:...

enhancement

The field: `is_quote_status` is not included in the struct `anaconda.Tweet`. Is this by design? The easiest work around seems to be to check if `tweet.QuotedStatus == nil`, but the same...

enhancement

Hi, here is an implementation of [/lists/members.json](https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-members.html). I decided to directly implement cursoring but would make that optional if wanted.

I moved the `oauthClient` variable within the `TwitterAPI` structure and I changed every method that used the `oauthClient` variable to use the new one, within the structure. In this way,...

First off, love this project! It seems that the Upload flow is missing two parts in order to support large/async file uploads. 1. Specifying `media_category` in the INIT request 2....

* Updates the Entities struct to show parsed URL's from the user's Twitter description.

## Summary In keeping with the Gopher spirit, it would be great to have a gopher mascot for this project! Anaconda is, unsurprisingly, named after the animal. The obvious way...