tweetr-queue-tweet
- Self-hosted automatic tweet posting software - tweet queueing
tweetr
OPTIONS queue-tweet
QUEUE_TWEET_OPTIONS
Add a tweet to the queue with the values provided via stdin
.
Queued tweets can then be posted via tweetr-start-daemon(1).
The required data (in order):
Relative format:
now
- current datetimein
n [second
|minute
|hour
|day
|week
]{,s
} (case-insensitive) -
current datetime plus the specified amount of timeOne can queue a tweet with multiple lines by suffixing a non-ending line
with a \
, which can be escaped with a \\
.
For description of tweetr
itself see tweetr(1).
See tweetr(1).
-f --file=<tweets_file>
Load tweets from the specified file and don't prompt on stdin.
The specified file must be in the same format as the global tweet queue
file.
tweetr queue-tweet
This will queue two tweets for the same time.
Author (or empty to finish): nabijaczleweli
Tweet content: Capitalism
Time to post the tweet (RFC2822, RFC3339 or custom):
2016-09-10T12:00:00+02:00
Author (or empty to finish): nabijaczleweli
Tweet content: Abolish the bourgeoisie!
Time to post the tweet (RFC2822, RFC3339 or custom):
Sat, 10 Sep 2016 12:00:00 +0200
Author (or empty to finish):
This will queue a multiline tweet with content "Abolish\nthe\nburgeoisie!" five minutes from now:
Author (or empty to finish): nabijaczleweli
Tweet content: Abolish\
the\
burgeoisie!
Time to post the tweet (RFC2822, RFC3339 or custom): in 5 minutes
Author (or empty to finish):
This will queue a multiline tweet with content "Escaped\" an hour from now:
Author (or empty to finish): nabijaczleweli
Tweet content: Escaped\\
Time to post the tweet (RFC2822, RFC3339 or custom): in 1 hour
Author (or empty to finish):
tweetr queue-tweet -f
tweets_to_queue.toml
Add all tweets from tweets_to_queue.toml to the global tweet queue.
No console I/O.
Written by nabijaczleweli <nabijaczleweli@gmail.com>
<https://github.com/nabijaczleweli/tweetr/issues>
<https://github.com/nabijaczleweli/tweetr>