{"id":19038465,"url":"https://github.com/tonytw1/rsstotwitter","last_synced_at":"2025-07-29T21:10:22.036Z","repository":{"id":732475,"uuid":"381918","full_name":"tonytw1/rsstotwitter","owner":"tonytw1","description":"RSS to Twitter and Mastodon. Drives the @wellynews Twitter feed among others. Attributes links to the RSS author field. Provides rate limiting, duplicate post protection and georss support.","archived":false,"fork":false,"pushed_at":"2023-07-05T08:32:33.000Z","size":11643,"stargazers_count":6,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-09T20:50:21.192Z","etag":null,"topics":["mastodon","rss","twitter"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tonytw1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2009-11-22T21:52:54.000Z","updated_at":"2025-05-22T19:52:29.000Z","dependencies_parsed_at":"2023-07-08T15:01:51.760Z","dependency_job_id":null,"html_url":"https://github.com/tonytw1/rsstotwitter","commit_stats":{"total_commits":396,"total_committers":4,"mean_commits":99.0,"dds":0.08333333333333337,"last_synced_commit":"5b413c76bf0adc2c3e7d87e3b7238dac9ed6f4b0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tonytw1/rsstotwitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytw1%2Frsstotwitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytw1%2Frsstotwitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytw1%2Frsstotwitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytw1%2Frsstotwitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonytw1","download_url":"https://codeload.github.com/tonytw1/rsstotwitter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytw1%2Frsstotwitter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265002816,"owners_count":23696100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mastodon","rss","twitter"],"created_at":"2024-11-08T22:03:30.916Z","updated_at":"2025-07-29T21:10:22.006Z","avatar_url":"https://github.com/tonytw1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS to Twitter (and Mastodon)\n\nPushes RSS feed items to linked Twitter accounts.\n\n- Supports multiple input feeds and Twitter accounts.\n- Supports rate limiting and duplicate post protection.\n\nUses MongoDB for storage.\nJava / Spring Boot / Maven application intended to be run in a Docker container.\n\nExample output: [@wellynews](https://twitter.com/wellynews)\n\n\n### Sign in\n![Signing in to link a social account](screenshots/signin.png)\n\n### Adding a new feed\n![Adding a new feed](screenshots/newfeed.png)\n\n### Listing feeds\n![Listing feeds](screenshots/feeds.png)\n\n### Feed details\n![Feed detail](screenshots/feed.png)\n\n\n## Run locally\n\nUse Docker to provide a local MongoDB instance:\n\n```\ndocker compose -f docker/docker-compose.yml up\n```\n\nInspect the `application.properties` file.\n\nSet the Mongo connection details and your Mastodon and Twitter client credentials.\n\nIn the Twitter developer tools, set http://localhost:8080/oauth/callback as an allowed oauth callback url.\n\nUse Spring Boot to start the application locally:\n```\nmvn spring-boot:run\n```\n\nThe sign in screen will be visible at http://localhost:8080\n\n## Dependencies\n\nOkHttp for RSS feed fetching.\n[Mastodon4j](https://github.com/sys1yagi/mastodon4j) for Mastodon API access.\n\n## Build\n\nRun Maven build then Docker build.\n```\nmvn clean test install\ndocker build -t rsstotwitter:latest .\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonytw1%2Frsstotwitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonytw1%2Frsstotwitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonytw1%2Frsstotwitter/lists"}