Analysis updated 2026-05-18
Auto-comment on tweets from a list of accounts you specify.
Reply to hashtag-matching tweets with a link back to your own tweet.
Alternate between list-commenting and self-promotion modes automatically.
Get Telegram alerts when the bot posts or runs into an issue.
| leninug/twitter-comment-pack | aaronz345/athena-personal-academic-page | alana72212/akamai-vm | |
|---|---|---|---|
| Stars | 20 | 20 | 20 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 2/5 | 2/5 | 5/5 |
| Audience | developer | researcher | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires exporting Twitter session cookies from your browser and an AI provider API key.
Twitter Comment Pack is an automated bot that posts AI-generated comments on Twitter/X on your behalf, written in JavaScript and running on Node.js. It operates using your Twitter account's session cookies rather than the official API, and uses an AI provider (DeepSeek, OpenAI, or Anthropic) to generate the comment text. The tool has three operating modes. Mode A crawls Twitter lists you specify and posts AI-generated comments on tweets in those lists, following whatever language and style you configure. Mode B watches for new tweets from your own account, then finds other tweets using related hashtags and comments under them with a link back to your tweet, acting as a promotion tool. Mode C alternates between modes A and B. You can configure how many comments it posts per hour (defaulting to 15), set up optional Telegram notifications for alerts, and choose whether to have it start automatically when Windows boots. Setup involves cloning the repository, running npm install, and then npm run setup, which launches an interactive wizard asking for your Twitter cookies (exported from your browser using a cookie-export extension), your Telegram bot details if you want alerts, which mode to use, and your AI API key. The config is stored locally and gitignored so credentials are not accidentally published. Twitter session cookies expire roughly every two to four weeks and need to be re-exported when they do. The README explicitly warns against using Mode B to spam news content, noting that doing so risks account restrictions.
A Node.js bot that auto-posts AI-generated comments on Twitter/X using your account cookies to promote tweets or engage with lists.
Mainly JavaScript. The stack also includes JavaScript, Node.js.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.