A Python program which uses GitHub Actions to forward RSS feed updates to Mastodon
-
A Mastodon Account
-
A supabase-based Postgres Database (Or other Postgres Databases)
You can get an account HERE
-
Mastodon access token (Go to
Settings > Development > New application
to register an application with scopewrite:statuses
)
- Fork this repo
- Go to
Settings > Secrets and variables > Actions > Secrets
and set these three secrets:DB_PASSWORD
DB_HOST
ACCESS_TOKEN
(from Mastodon)MASTODON_HOST
- Go to
Settings > Secrets and variables > Actions > Variables
and set these four variables:DB_USER
DB_NAME
DB_PORT
- Edit bot.py (Line 22-) to your RSS feed origin