acikyazilimagi / acikyazilimagi/afet-yardim-twitter-bot

**Afet Yardım Twitter Botu**

Đang mở
#2 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Go
Star
28
Fork
5
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**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](https://github.com/acikkaynak/afet-yardim-bot/archive/refs/heads/main.zip).
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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.