Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 495 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 495 Bytes

Mixin Messenger Bot Boilerplate (Python)

Getting started

Runtime support: Python 3.9+

  1. Clone the repository

  2. Create virtual environment and Install dependencies:

  • Use pip
cd mm-bot-boilerplate
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
  • Or use pdm

    pdm add

  1. Run bot

python main.py

Relations