{"id":18386467,"url":"https://github.com/stemmlerjs/stemmlerjs-bot","last_synced_at":"2026-04-16T17:40:05.815Z","repository":{"id":107362718,"uuid":"120229668","full_name":"stemmlerjs/stemmlerjs-bot","owner":"stemmlerjs","description":"Twitter bot growth hacking experiment to go from 300 to 3K followers","archived":false,"fork":false,"pushed_at":"2018-06-23T05:07:58.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T03:54:51.654Z","etag":null,"topics":["bot","experiment","nodejs","twitter"],"latest_commit_sha":null,"homepage":"https://medium.com/@karanjthakkar/how-i-grew-from-300-to-5k-followers-in-just-3-weeks-2436528da845","language":"JavaScript","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/stemmlerjs.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-04T22:37:43.000Z","updated_at":"2022-09-03T02:19:19.000Z","dependencies_parsed_at":"2023-05-17T06:14:22.722Z","dependency_job_id":null,"html_url":"https://github.com/stemmlerjs/stemmlerjs-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stemmlerjs/stemmlerjs-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stemmlerjs","download_url":"https://codeload.github.com/stemmlerjs/stemmlerjs-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272094155,"owners_count":24872300,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bot","experiment","nodejs","twitter"],"created_at":"2024-11-06T01:22:11.200Z","updated_at":"2026-04-16T17:40:00.759Z","avatar_url":"https://github.com/stemmlerjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stemmlerjs-bot\n\n## Layers\n\n### Actuation Layer (Layer 0)\n- ```/bot.js```\n- This layer does all of the actions. It simply performs an action and logs the result of that action. \n  - Success or failure to do the action.\n  - It is not concerned with timing or anything.\n\n### Scheduling Layer (Layer 1)\n- ```scheduler.js```\n- This layer is responsible for scheduling the actions to be performed. \n- Actions to be performed come in through the decision layer.\n- There is a max number of queued items that can possibly exist at one time (30).\n- Actions can be cancelled, clearing that item from the queue and making room for a new action to be queued.\n- This layer needs to be aware of the rate limits for events.\n- It also needs to be pseudo-random with when it schedules the events to be actuated in the actuation layer.\n\n### Decision Layer (Layer 2)\n- ```decision.js```\n- This layer decides whether or not the action should be performed or not.\n- It looks into a collection of information to decide whether the action should be performed or not.\n  - Following / Follow ratio\n  - Interest keywords found in their bio or in their tweets.\n- When it finds something that is particularly convincing such that we should follow this user, we will do a calculation and give points based on\nwhat we find.\n- It also filters all decisions that come in first. We don't want to follow any profiles that promote hateful content or porn.\n\n### Search Layer (Layer 3)\n- ```search.js```\n- This layer actively searches for users to follow and tweets to like.\n- There are a few different ways that we can begin to funnel content into this to search for.\n  - Seed Accounts: These are accounts that we know are highly related to the content that we are seeking.\n    - We will go through this user's list of followers and incrementally add them.\n  - Twitter Feed: We will watch for new tweets that match our interests and patch an action to the decision layer to decide whether or\n    not to follow that user.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstemmlerjs%2Fstemmlerjs-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstemmlerjs%2Fstemmlerjs-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstemmlerjs%2Fstemmlerjs-bot/lists"}