RSS Pocket Feeder is a program that sends the latest articles from your RSS feeds to your Pocket account.
- Clone the repository
- Install the dependencies
uv sync- Create a
.envfile based on the.env.examplefile - Run the program
uv run fastapi dev src/rss-pocket-feeder/main.py --reload