Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

**Afet Yardım Twitter Botu** #2

Open
Myusaozgul opened this issue Feb 6, 2023 · 2 comments
Open

**Afet Yardım Twitter Botu** #2

Myusaozgul opened this issue Feb 6, 2023 · 2 comments

Comments

@Myusaozgul
Copy link

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

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

@mervanerdem
Copy link

Tweetler bu api üzerinden incelenmiyor

@emrebuzkiran
Copy link

botun hesabını da readme kısmına ekleyebilir misiniz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants