Skip to content

study-buddy-developers/study-buddy

Repository files navigation


Logo

Study Buddy

...

Installation

Recommend Python 3

# clone the repo
git clone https://github.com/study-buddy-developers/study-buddy.git

# change the working directory
cd study-buddy

# Create Env
python3 -m venv .venv

# Enter Env
source .venv/bin/activate

# install the requirements
python3 -m pip install -r requirements.txt

# run bot
python3 bot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published