Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
/ python-twootfeed Public archive

generate a RSS feed from Twitter or Mastodon search

License

Notifications You must be signed in to change notification settings

SamR1/python-twootfeed

Repository files navigation

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