Skip to content

activate-sh/Rubika-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubika ‌‌Bot

Rubika messenger artificial intelligence robot

Capabilities

  • ChatGPT
  • Logo generate
  • Image generate
  • Voice generate
  • Font generate
  • Translator
  • and a few other features

Have to use

  1. Install python3, pip, virtualenv in your system.
  2. Clone the project https://github.com/activate-sh/Rubika-Bot.
  3. Make development environment ready using commands below
git clone https://github.com/activate-sh/Rubika-Bot.git && cd Rubika-Bot
python -m venv venv # Create virtualenv named venv
source venv/bin/activate
pip install -r requirements.txt
  1. Enter your guid(s) in the group list on line 6
  2. run python main.py

Note

  • No need to enter Auth
  • This source is not compatible with Python 2
  • It is recommended to use Python 3.10 or higher