A CLI tool to bulk-remove comments from your Steam profile or comments you've left on other profiles.
Built with React Ink for an interactive terminal UI.
- Remove your comments from other profiles — Scans your comment history and deletes every comment you've posted on other users' profiles.
- Remove comments from your profile — Deletes comments left on your own profile, with filtering options:
- Only comments made by others
- Only comments made by you
- All comments
- Batch processing with configurable concurrency and delay to avoid rate limiting.
- Interactive terminal UI with progress tracking.
- Node.js >= 20
- A Steam account with credentials (username, password, and Steam Guard secrets)
git clone https://github.com/Luc4sguilherme/steam-remove-comments.git
cd steam-remove-commentsnpm installCopy the example config and fill in your credentials:
cp src/config/main.example.js src/config/main.jsEdit src/config/main.js with your preferred editor:
npm startThe interactive CLI will guide you through selecting a removal mode and filter options.
MIT © Lucas Guilherme