Feed2toot parses a RSS feed, extracts the last entries and sends them to Mastodon.
Deploy this app to Linode with a free $100 credit!
Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network. For the full documentation, read it online.
If you like Feed2toot, you can donate cryptocurrencies to support the development:
Install Feed2toot from PyPI
# pip3 install feed2toot
Install Feed2toot from sources (see the installation guide for full details) Installation Guide
# tar zxvf feed2toot-0.17.tar.gz
# cd feed2toot
# python3 setup.py install
# # or
# python3 setup.py install --install-scripts=/usr/bin
$ register_feed2toot_app
Create or modify feed2toot.ini file in order to configure feed2toot:
[mastodon]
instance_url=https://mastodon.social
user_credentials=feed2toot_usercred.txt
client_credentials=feed2toot_clientcred.txt
; Default visibility is public, but you can override it:
; toot_visibility=unlisted
[cache]
cachefile=cache.db
[rss]
uri=https://www.journalduhacker.net/rss
toot={title} {link}
[hashtaglist]
several_words_hashtags_list=hashtags.txt
Launch Feed2toot
$ feed2toot -c /path/to/feed2toot.ini
This software comes under the terms of the GPLv3+. Previously under MIT license. See the LICENSE file for the complete text of the license.
Please login to review this project.
No reviews for this project yet.
The free Zapier/IFTTT alternative for developers to automat…
Automatic TV Shows downloader and manager for Usenet and Bi…
Eonza is used to create scripts and automate tasks on serve…
Comments (0)
Please login to join the discussion on this project.