{"id":611,"date":"2022-05-27T15:28:48","date_gmt":"2022-05-27T15:28:48","guid":{"rendered":"https:\/\/andrejacobs.org\/?p=611"},"modified":"2022-05-27T15:28:53","modified_gmt":"2022-05-27T15:28:53","slug":"send-twitter-tweets-using-go","status":"publish","type":"post","link":"https:\/\/andrejacobs.org\/projects\/send-twitter-tweets-using-go\/","title":{"rendered":"Send Twitter tweets using Go"},"content":{"rendered":"\n

Featured image by\u00a0Egon Elbre<\/a><\/p>\n\n\n\n

Nothing beats learning like working on an actual project. To that degree I started working on my own command line application ajtweet<\/a> to learn more about building CLI apps and Go in general.<\/p>\n

This post goes over the process of how I managed to use the Twitter v2 APIs from Postman as well as from a simple Go application. You can also check out the example code here<\/a>.<\/p>\n

Register to get access to Twitter APIs<\/h2>\n