summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2a8961d0b1f81a9bcd9b35245200728e58812407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Usage
run `uvicorn main:app --port 8866` in this directory to start the RSS feed reader.

# Dependencies
This assumes you're using Debian bullseye.
```
python3
BeautifulSoup
tor
python3-feedgenerator
python3-fastapi
python3-requests
python3-socks
```