Caution
ZYPHER Studios is not responsible for any consequences resulting from the use of this tool. Use at your own risk.
blackbean is an automated, AI-powered bot for completing Membean sessions using browser automation and intelligent answer selection.
- Supports all Membean question types
- Fully configurable behavior and accuracy
- Command-line driven interface
- Designed to minimize detection
- Multiple authentication types
- GUI for session management
- NodeJS v18 or newer
- A modern CPU with decent single-core performance (for image recognition)
- Stable internet connection
CLI:
# package
$ npm install -g blackbean
$ blackbean --auth-method membean --email [email protected] --password password1234! --length 15 --accuracy 90
# source
$ git clone https://github.com/ZYPHERStudios/blackbean.git
$ npm install
$ npm run start -- --auth-method membean --email [email protected] --password password1234! --length 15 --accuracy 90GUI: coming soon!
| Name | Enviroment | Default | Type | Required |
|---|---|---|---|---|
| auth-method | AUTH_METHOD | membean | string | yes |
| AUTH_EMAIL | string | yes | ||
| password | AUTH_PASSWD | string | yes | |
| length | SESSION_LENGTH | 15 | string | no |
| api-base | AI_API_BASE | https://api.openai.com/v1 | string | no |
| api-key | AI_API_KEY | string | yes | |
| debug | BB_DEBUG | false | boolean | no |
| silent | BB_SILENT | false | boolean | no |
blackbean is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later).
Any modified version that is run as a network service must also make its source code available under the same license.
