tweetr

Crates.iotweetr
lib.rstweetr
version0.2.1
sourcesrc
created_at2016-09-11 13:46:20.993873
updated_at2017-01-20 22:14:52.093471
descriptiontweetr is a platform that allows you to create and queue tweets to be shared when YOU want. You create content when you have time and then use FOSS and NOT pay whatever-ridiculous amount of $$$ for posting them automatically.
homepage
repositoryhttps://github.com/nabijaczleweli/tweetr
max_upload_size
id6393
size130,367
наб (nabijaczleweli)

documentation

https://cdn.rawgit.com/nabijaczleweli/tweetr/doc/tweetr/index.html

README

tweetr TravisCI build status AppVeyorCI build status Licence Crates.io version

tweetr is a platform that allows you to create and queue tweets to be shared when YOU want. You create content when you have time and then use FOSS and NOT pay whatever-ridiculous amount of $$$ for posting them automatically.

Documentation

Manpages

Stock values

If you want to use an already set-up application decrypt (and verify) assets/stock-app.toml.asc into $CONFIG_DIR/app.toml.

Simple usage

First, enter the app data you got when making a Twitter app on https://dev.twitter.com (or use the stock values for a pre-set app):

tweetr init
App key: ...
App secret: ...

Then, authorise users by pasting the provided link into a logged-in browser then entering the resulting PIN:

tweetr add-user
Visit this URL: ...
Enter the PIN from that page: ...

Afterwards add tweets:

tweetr queue-tweets
Author (or empty to finish): ...
Tweet content: ...
Time to post the tweet (RFC2822 or RFC3339): ...

Author (or empty to finish):

At any point after init you can start the daemon, which will be posting tweets:

tweetr start-daemon
Posted tweet "..." scheduled for ... by ... at ... with ID ...
Posted tweet "..." scheduled for ... by ... at ... with ID ...

For more detailed information see the manpages.

Commit count: 60

cargo fmt