MENU

Fun & Interesting

justforfunc #14: a twitter bot and systemd (that runs free on GCP)

justforfunc: Programming in Go 20,148 lượt xem 7 years ago
Video Not Working? Fix It Now

Today the goal is to build a Twitter bot that will retweet all tweets containing #justforfunc from the @justforfunc account.

To do this we will use Go, the anaconda library by ChimeraCoder, systemd, and ... a free micro instance from Google Cloud Platform that turns out to be free!

References:

- anaconda: https://github.com/ChimeraCoder/anaconda
- systemd: https://www.freedesktop.org/wiki/Software/systemd/
- Google Compute Engine: https://cloud.google.com/compute/
- source code: https://github.com/campoy/justforfunc/tree/master/14-twitterbot

Comment