Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 839 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 839 Bytes

afet-yardim-bot

Web service that can retweet by user authorization with Twitter Oauth v1.

Build

  1. Download the ZIP file using git clone or the link.
  2. 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")
)
  1. Build this server.
go build .

Run & Trigger

./afet-yardim-bot

Send Request

http://localhost:8080/retweet?id=1622383183646937088