Skip to content

Commit

Permalink
remove golang link
Browse files Browse the repository at this point in the history
  • Loading branch information
andefined committed Sep 18, 2021
1 parent 9758331 commit 2f202a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Twitter API v2 Client for [Go](https://golang.org/)
# Twitter API v2 Client for Go

**twitter** is a Go package for the [Twitter v2 API](https://developer.twitter.com/en/docs/twitter-api/early-access), inspired by [ChimeraCoder/anaconda](https://github.com/ChimeraCoder/anaconda). This library uses channels for both, to retrieve data from Twitter API and return the results, with a built-in throttle to avoid rate-limit errors return from Twitter. You can bypass the throttling by usgin `twitter.WithRate(time.Duration)` option. The library will auto paginate results unless you use the `twitter.WithAuto(false)` option.

Expand Down

0 comments on commit 2f202a3

Please sign in to comment.