DOKK / manpages / debian 12 / feed2toot / feed2toot.1.en
FEED2TOOT(1) User Commands FEED2TOOT(1)

feed2toot - Take rss feed and send it to Mastodon

usage: feed2toot [-h] [--version] [-c FILE [FILE ...]] [-a] [--ignore-ssl]

[-l LIMIT] [-t LOCKTIMEOUT] [--cachefile CACHEFILE] [--lockfile LOCKFILE] [-n] [-v] [-d] [--syslog [{CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG}]] [--hashtaglist HASHTAGLIST] [-p] [-r http://...] [--rss-sections]

Take rss feed and send it to Mastodon

show this help message and exit
show program's version number and exit
Location of config file (default: ['~/.config/feed2toot.ini'])
tweet all RSS items, regardless of cache
ignore ssl errors while fetching rss feeds
tweet only LIMIT items (default: 10)
lock timeout in seconds after which feed2toot can removes the lock itself
location of the cache file (default: None)
location of the lock file (default: ~/.config/feed2toot.lock)
Do not actually post tweets
enable informative (verbose) output, work on log level INFO
enable debug output, work on log level DEBUG
log to syslog facility, default: no logging, INFO if --syslog is specified without argument
a list of hashtags to match
populate RSS entries in cache without actually posting them to Mastodon
the RSS feed URL to fetch items from
print the available sections of the rss feed to be used in the tweet template

For more information: https://feed2toot.readthedocs.io

November 2020 feed2toot