This is a Twitter bot which retweets every tweet having hashtags #golang, #Golang and #Goprogramminglanguage.
clone the repo.
run go get
to install dependencies.
create a .env
file a root directory.
add the following to the .env
file.
CONSUMER_KEY=<your consumer key>
CONSUMER_SECRET=<your consumer secret>
ACCESS_TOKEN=<your access token>
ACCESS_TOKEN_SECRET=<your access token secret>
You can get keys from your developer portal. If you don't have a developer account, you can apply here.
The MIT License (MIT). Please see License File for more information.