Scroll to navigation

FEED2TOOT(1) User Commands FEED2TOOT(1)

NAME

feed2toot - Take rss feed and send it to Mastodon

USAGE

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

optional arguments:

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
http://..., --rss http://...
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