generate a rss feed from Twitter or Mastodon search


Keywords
rss, twitter, mastodon, search, flask, mastodon-search, python, python3, rss-feed, self-hosted, twitter-search
License
MIT
Install
pip install twootfeed==0.7.4

Documentation

python-twootfeed

⚠️ twootfeed is no longer maintained.

generate an RSS feed from parsed Twitter or Mastodon search and Mastodon bookmarks/favorites/home timeline

PyPI version Python Version Flask Version code style: black type check: mypy
Codacy Badge Coverage Status pipeline status


The RSS feed displays only the original tweets (not the retweets) and toots, with:

  • links to :
    • the tweet on Twitter or toot on Mastodon
    • hashtags
    • usernames
  • URLs
  • images
  • source
  • location (only for Twitter)
  • visibility (only for Mastodon)
  • numbers of retweets and likes for tweets and boosts and favourites for toots

➡️ see documentation for installation instructions and features.

Contributors

Thanks to:

  • georgedorn for adding:
    • rss feed generation with authenticated user's favorites
    • script to register the app and generate credentials for Mastodon