Mastodon user to RSS 2.0 feed bridge
https://mastofeed.krll.me
database | ||
utils | ||
.gitignore | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt |
Mastofeed
Mastodon user to RSS 2.0 feed bridge
Installation
# make venv and activate it
python -m venv venv
source ./venv/bin/activate # ./venv/Scripts/activate
# install packages
pip install -r requirements.txt
# run
fastapi run main.py
# run with different port
# fastapi run main.py --port 8001
Usage
If you are running Mastofeed on 127.0.0.1:8000
and want to get the feed for @example@mastodon.tld
, go to http://127.0.0.1:8000/feed/@example@mastodon.tld