{"id":20634151,"url":"https://github.com/samn/auto-rt","last_synced_at":"2026-04-21T14:32:04.582Z","repository":{"id":4746240,"uuid":"5895906","full_name":"samn/auto-rt","owner":"samn","description":"a script to automatically RT Twitter @mentions","archived":false,"fork":false,"pushed_at":"2013-08-07T14:37:21.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T03:31:48.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/samn.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}},"created_at":"2012-09-21T02:40:22.000Z","updated_at":"2013-10-06T15:59:33.000Z","dependencies_parsed_at":"2022-09-05T06:20:22.606Z","dependency_job_id":null,"html_url":"https://github.com/samn/auto-rt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samn/auto-rt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samn%2Fauto-rt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samn%2Fauto-rt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samn%2Fauto-rt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samn%2Fauto-rt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samn","download_url":"https://codeload.github.com/samn/auto-rt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samn%2Fauto-rt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32095828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11-16T14:23:59.346Z","updated_at":"2026-04-21T14:32:04.562Z","avatar_url":"https://github.com/samn.png","language":"Clojure","readme":"# auto-rt\n\nA script that listens for @ mentions using the Twitter Streaming API and automatically retweets them.\n\nThis isn't very robust, a loss of connection to the Streaming API will cause the process to die.  Heroku will restart it but it won't be instantaneous.  This script won't poll for updates that could've happened while the connection was lost.\n\nIt's deployed against http://twitter.com/gotanysnacks, an anonymous Twitter account.  (hint: send a txt/email to skcansynatog at gotanysnacks.com, or mention it from your account)\n\n## Usage\n\nThis script is intended to be deployed on Heroku.  \n\nThere are several environment variables used for configuration:\n\n* USER_ID: the id of the Twitter account this is running against.  Used to determine\nif activity in the Streaming API is a mention or a post by this user.\n* APP_CONSUMER_KEY: OAuth consumer key\n* APP_CONSUMER_SECRET: OAuth consumer secret\n* USER_ACCESS_TOKEN: OAuth access token for the account to watch\n* USER_ACCESS_TOKEN_SECRET: OAuth secret for the account to watch\n\nProcfile:\n\n```\nrun: lein run -m auto-rt\n```\n\nDo something like\n\n```\nheroku ps:scale web=0 run=1\n```\n\nTo run this script without requiring it to listen for HTTP connections.\n\n## License\n\nCopyright © 2012 DGAF\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamn%2Fauto-rt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamn%2Fauto-rt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamn%2Fauto-rt/lists"}