{"id":13570816,"url":"https://github.com/si/rss2twitter","last_synced_at":"2026-04-29T22:03:55.345Z","repository":{"id":66724230,"uuid":"155517774","full_name":"si/rss2twitter","owner":"si","description":"RSS feed to Twitter posting bot","archived":false,"fork":false,"pushed_at":"2018-11-04T16:41:31.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-08T10:47:17.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/si.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-31T07:41:14.000Z","updated_at":"2021-05-03T19:06:15.000Z","dependencies_parsed_at":"2023-07-29T08:32:42.636Z","dependency_job_id":null,"html_url":"https://github.com/si/rss2twitter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/si/rss2twitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si%2Frss2twitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si%2Frss2twitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si%2Frss2twitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si%2Frss2twitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/si","download_url":"https://codeload.github.com/si/rss2twitter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si%2Frss2twitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-01T14:00:55.308Z","updated_at":"2026-04-29T22:03:55.326Z","avatar_url":"https://github.com/si.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# RSS2Twitter\n\nA node.js utility to parse RSS feeds and tweet them via the Twitter API.\n\n## Installation\n\n* Clone this repository\n* Install node.js (any LTS version from 6 is supported)\n* `npm i`\n\n## Usage\n\nYou need to provide environment variables containing the details of your\nTwitter API keys:\n\n    TWITTER_CONSUMER_KEY\n    TWITTER_CONSUMER_SECRET\n    TWITTER_ACCESS_TOKEN\n    TWITTER_ACCESS_TOKEN_SECRET\n\n`node index.js {RSS-URL} [dry-run flag]`\n\nOn first run, an SQLite3 database `tweets.db` will be created in the current\nworking directory. It contains the links from the RSS feed and the date-time\nthey were tweeted (to prevent duplicates).\n\nTo prevent historical entries from the RSS feed being tweeted (e.g. if you\nare migrating from another solution, or just want to avoid spamming your\nfollowers), provide a second parameter - at the moment, anything will do.\n\nIt is recommended to run `rss2twitter` from a shell script, and it is\nlikely that you will want to call this script from a `cron` job. Be aware\nof Twitter's API limits - at the time of writing they limit the number of\ntweets within a 15-minute window.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsi%2Frss2twitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsi%2Frss2twitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsi%2Frss2twitter/lists"}