Skip to content

ZYPHERStudios/blackbean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackbean




Caution

ZYPHER Studios is not responsible for any consequences resulting from the use of this tool. Use at your own risk.

About

blackbean is an automated, AI-powered bot for completing Membean sessions using browser automation and intelligent answer selection.

Features

  • 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

Requirements

  • NodeJS v18 or newer
  • A modern CPU with decent single-core performance (for image recognition)
  • Stable internet connection

Usage

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 90

GUI: coming soon!

Configuration

Name Enviroment Default Type Required
auth-method AUTH_METHOD membean string yes
email 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

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published