Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 696 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 696 Bytes

Rubika-Group-Management

Rubika group management robot

Have to use

  1. Install python3, pip, virtualenv in your system.
  2. Clone the project https://github.com/activate-sh/Rubika-Group-Management.
  3. Make development environment ready using commands below
git clone https://github.com/activate-sh/Rubika-Group-Management && cd Rubika-Group-Management
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 8
  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