DEV Community

Discussion on: Using the Twitter API to get tweets

Collapse
 
andypiper profile image
Andy Piper

Nice! one thing to note is that the library you are using currently, uses the v1.1 Twitter API, and there is more functionality available in the new v2 early access API - there are other Go libraries available for v2 already, such as github.com/g8rswimmer/go-twitter (actually I think there are 4 or 5 Go libraries for v2!) - might be worth a look.

Collapse
 
cameronldroberts profile image
cameronldroberts

Hey Andy! Thanks for the comment. I’ve been thinking about writing another post which makes use of the Twitter API so I’ll be sure to check those out and include V2 in the new post. Any cool features you would highlight?