{"id":22053343,"url":"https://github.com/bertrandom/thisisaaronbot","last_synced_at":"2026-04-13T01:12:59.262Z","repository":{"id":10592627,"uuid":"12805270","full_name":"bertrandom/thisisaaronbot","owner":"bertrandom","description":"twitter bot markov chain of @thisisaaronland","archived":false,"fork":false,"pushed_at":"2013-09-15T07:08:35.000Z","size":321,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T21:46:09.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://twitter.com/thisisaaronbot","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"OnionIoT/fast-gpio","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bertrandom.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":"2013-09-13T08:43:53.000Z","updated_at":"2018-03-27T04:33:50.000Z","dependencies_parsed_at":"2022-09-17T04:20:23.880Z","dependency_job_id":null,"html_url":"https://github.com/bertrandom/thisisaaronbot","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/bertrandom%2Fthisisaaronbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandom%2Fthisisaaronbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandom%2Fthisisaaronbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandom%2Fthisisaaronbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertrandom","download_url":"https://codeload.github.com/bertrandom/thisisaaronbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245127939,"owners_count":20565203,"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":[],"created_at":"2024-11-30T15:16:21.406Z","updated_at":"2026-04-13T01:12:54.217Z","avatar_url":"https://github.com/bertrandom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## twitter bot markov chain of @thisisaaronland\n\n[https://twitter.com/thisisaaronbot](https://twitter.com/thisisaaronbot)\n\n### Seed data\n\nTweets are extracted using the t twitter client:\n\n\tt timeline thisisaaronland -n 4000 -c \u003e thisisaaronland.csv\n\nTweets with retweets, mentions, hashtags, and URLs are filtered:\n\n\tcat thisisaaronland.csv | grep -v \"http://\" | grep -v \"RT \" | grep -v \"@\" | grep -v \"https://\" | grep -v \"#\" \u003e filtered.csv\n\t\nThen we parse to get the raw tweets, removing quotes:\n\n\tnode parse \u003e seed.txt\n\n### Installation\n\nInstall libraries\n\n\tnpm install\n\nCreate a file called secrets.json with the Twitter credentials:\n\n\t{\n\t    \"consumer_key\": \"xxx\",\n\t    \"consumer_secret\": \"xxx\",\n\t    \"access_token_key\": \"xxx\",\n\t    \"access_token_secret\": \"xxx\"\n\t}\n\t\nCronjob runs every six hours:\n\n\t0 0,6,12,18 * * * /usr/bin/node /var/www/thisisaaronbot/app.js \u003e\u003e /var/www/thisisaaronbot/tweets.log 2\u003e\u00261\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertrandom%2Fthisisaaronbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertrandom%2Fthisisaaronbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertrandom%2Fthisisaaronbot/lists"}