/gobot

Simple Twitter bot written in go

Primary LanguageGo

Based on awesome tutorial by https://github.com/justforfunc

Deploy to Compute Engine Insrance

Build linux binary

GOOS=linux go build -o gobot

Copy to server

gcloud compute scp gobot <computer_engine_user>@<host_name>:~/

Enable Botsgrid Service

sudo mv gobot.service /etc/systemd/system
sudo systemctl enable gobot
sudo systemctl status gobot
sudo systemctl start gobot