twitter-bot

Crates.iotwitter-bot
lib.rstwitter-bot
version0.3.1
sourcesrc
created_at2020-08-05 10:21:17.450346
updated_at2020-11-15 16:29:39.489814
descriptionA good bot that tweets automatically for every new blog post
homepagehttps://github.com/gabelluardo/twitter-bot
repositoryhttps://github.com/gabelluardo/twitter-bot
max_upload_size
id273146
size52,199
Gabriele Belluardo (gabelluardo)

documentation

https://github.com/gabelluardo/twitter-bot/blob/master/README.md

README

Twitter-bot

Simple bot that keeps synchronized a blog wiht rss feed and a twitter account.

All twitter-developer credentials are enviroment variables stored in .env file.

RSS=
USER_ID=
CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=

or via cli

twitter-bot 
    --access-token <access-token> \
    --access-token-secret <access-token-secret> \
    --bearer-token <bearer-token> \
    --consumer-key <consumer-key> \
    --consumer-secret <consumer-secret> \
    --rss <rss> \
    --user-id <user-id>

RSS is the url of the blog feed

Author

twitter-bot © gabelluardo
Released under the MIT License.

Commit count: 12

cargo fmt