{"id":19319077,"url":"https://github.com/ericrabil/twat","last_synced_at":"2026-05-16T02:41:41.973Z","repository":{"id":41690586,"uuid":"247828587","full_name":"EricRabil/twat","owner":"EricRabil","description":"Immediately reply to specific authors on twitter","archived":false,"fork":false,"pushed_at":"2022-12-10T21:52:05.000Z","size":176,"stargazers_count":0,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T04:41:52.015Z","etag":null,"topics":["twit","twitter","twitter-bot"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"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/EricRabil.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}},"created_at":"2020-03-16T22:29:43.000Z","updated_at":"2020-03-16T23:46:53.000Z","dependencies_parsed_at":"2023-01-26T11:46:21.116Z","dependency_job_id":null,"html_url":"https://github.com/EricRabil/twat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricRabil%2Ftwat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricRabil%2Ftwat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricRabil%2Ftwat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricRabil%2Ftwat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricRabil","download_url":"https://codeload.github.com/EricRabil/twat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420981,"owners_count":19798502,"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":["twit","twitter","twitter-bot"],"created_at":"2024-11-10T01:21:53.187Z","updated_at":"2025-11-16T02:24:20.773Z","avatar_url":"https://github.com/EricRabil.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twat\n#### Commissioned by [JustinAlexP](https://twitter.com/JustinAlexP?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor)\n\nHello, this is Twat, which runs on Twit, for Twitter.\n\nThis is a small program that will reply to a configured list of twitter users with a set string.\n\n## Setting up\n\n1. [Make a Twitter account](https://twitter.com/i/flow/signup) for the bot.\n2. [Apply for a developer account](https://developer.twitter.com/en/apply-for-access) for the bot. Sorry, blame Russia.\n3. [Create a Twitter application](https://developer.twitter.com/en/apps) for the bot.\n4. Under the newly created app page, go to the `Keys and tokens` tab, then copy over the `API key`, `API secret key`, `Access token`, and `Access token secret`. These will go into their respective fields in your configuration file.\n5. [Get the twitter IDs](http://gettwitterid.com/) of the users you will be replying to\n6. Pick your reply\n7. Fill out the configuration file\n8. Run the following commands\n\n```zsh\nfatbitch@FatBitch-Mac Twat % npm i\nfatbitch@FatBitch-Mac Twat % npm run build\nfatbitch@FatBitch-Mac Twat % npm run start:prod\n```\n\nIf all goes well, you should see\n```\ninfo: im ready to roll\n```\n\nNow, just wait for the users you chose to follow to tweet and watch the replies roll out.\n\n## Example configuration file\n```json\n{\n    \"twitter\": {\n        \"consumer_key\": \"your ugly api key here\",\n        \"consumer_secret\": \"your ugly api secret key there\",\n        \"access_token\": \"your ugly access token here\",\n        \"access_token_secret\": \"your ugly access token secret there\"\n    },\n    \"params\": {\n        \"follow\": [\n            \"ugly bitch token here\"\n        ]\n    },\n    \"reply\": \"Ok boomer\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericrabil%2Ftwat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericrabil%2Ftwat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericrabil%2Ftwat/lists"}