mastofeed/README.md

21 lines
488 B
Markdown

# Mastofeed
Mastodon user to RSS 2.0 feed bridge
## Installation
```bash
# 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`