-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Afet Yardım Twitter Botu
Atılan tweetlerdeki keywordler üzerinden yardım gereken kişileri tespit ederek bunları ilgili stklarla paylaştırmayı amaçlamaktadır.
afet-yardim-bot
Web service that can retweet by user authorization with Twitter Oauth v1.
Build
Download the ZIP file using git clone or the link.
Customize the values in the main.go file.
var (
flags = flag.NewFlagSet("user-auth", flag.ExitOnError)
consumerKey = flags.String("consumer-key", "", "Twitter Consumer Key")
consumerSecret = flags.String("consumer-secret", "", "Twitter Consumer Secret")
accessToken = flags.String("access-token", "", "Twitter Access Token")
accessSecret = flags.String("access-secret", "", "Twitter Access Secret")
)
Build this server.
go build .
Run & Trigger
./afet-yardim-bot
Send Request