Repo for Random From Follows and Random - Only Posts.
Random Feeds#
Source code for the feeds Random From Follows (https://bsky.app/profile/did:plc:da4qrww7zq3flsr2zialldef/feed/chaos) and Random - Only Posts (https://bsky.app/profile/did:plc:da4qrww7zq3flsr2zialldef/feed/rffposts).
To run:
- Create a
.envfile in the root folder (based on.env.template) and fill it out.- The ngrok values are optional, only for testing from a local computer.
- Create a
config.ymlfile in thesrcfolder (based onconfig.yml.template) and fill it out.handleandpasswordare the handle and app password for the account you wish to publish the feed on.hostname= URL where the feed will be published.db_password= postgres database password (same asPOSTGRES_PASSWORDin.env).feeds= used forpublishfeed.py.
- Run
docker compose up -d.