The code for my Bluesky feed generator
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3 lines 66 B view raw
1FLASK_APP=server.app 2FLASK_RUN_PORT=8000 3FLASK_RUN_HOST=127.0.0.1