https://github.com/samr1/python-twootfeed
generate a RSS feed from Twitter or Mastodon search
https://github.com/samr1/python-twootfeed
flask mastodon mastodon-search python python3 rss-feed self-hosted twitter twitter-search
Last synced: 3 months ago
JSON representation
generate a RSS feed from Twitter or Mastodon search
- Host: GitHub
- URL: https://github.com/samr1/python-twootfeed
- Owner: SamR1
- License: mit
- Archived: true
- Created: 2015-09-06T13:56:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T09:03:10.000Z (almost 2 years ago)
- Last Synced: 2025-09-26T21:01:29.681Z (3 months ago)
- Topics: flask, mastodon, mastodon-search, python, python3, rss-feed, self-hosted, twitter, twitter-search
- Language: Python
- Homepage: https://samr1.github.io/python-twootfeed/
- Size: 9.4 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# python-twootfeed
> ⚠️ **twootfeed** is no longer maintained.
**generate an RSS feed from parsed Twitter or Mastodon search and Mastodon bookmarks/favorites/home timeline**
[](https://pypi.org/project/twootfeed/)
[](https://python.org)
[](http://flask.pocoo.org/)
[](https://black.readthedocs.io/en/stable/)
[](http://mypy-lang.org/)
[](https://www.codacy.com/app/SamR1/python-twootfeed)
[](https://coveralls.io/github/SamR1/python-twootfeed?branch=master)
[](https://gitlab.com/SamR1/python-twootfeed/commits/master)
---
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](https://samr1.github.io/python-twootfeed/index.html) for installation instructions and features.
## Contributors
Thanks to:
- [georgedorn](https://github.com/georgedorn) for adding:
- rss feed generation with authenticated user's favorites
- script to register the app and generate credentials for Mastodon