Skip to content

Twitter Bot made using Golang which retweets posts about Go programming language.

License

Notifications You must be signed in to change notification settings

amalj07/GolangBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GolangBot

This is a Twitter bot which retweets every tweet having hashtags #golang, #Golang and #Goprogramminglanguage.

Usage

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.

License

The MIT License (MIT). Please see License File for more information.

About

Twitter Bot made using Golang which retweets posts about Go programming language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages