Skip to content

Jonathan523/RSS2Toot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS2Toot

A Python program which uses GitHub Actions to forward RSS feed updates to Mastodon

Fetch and Sync RSS Feeds Build and Publish Docker image Docker Pulls

Requirements

  • 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 scope write:statuses)

Deployment

  1. Fork this repo
  2. Go to Settings > Secrets and variables > Actions > Secrets and set these three secrets:
    • DB_PASSWORD
    • DB_HOST
    • ACCESS_TOKEN (from Mastodon)
    • MASTODON_HOST
  3. Go to Settings > Secrets and variables > Actions > Variables and set these four variables:
    • DB_USER
    • DB_NAME
    • DB_PORT
  4. Edit bot.py (Line 22-) to your RSS feed origin

About

An Python program which can forward RSS feed updates to Mastodon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published