git clone https://github.com/4ndu-7h4k/MoodleAttendence
cd MoodleAttendence
pip3 install -U -r requirements.txt
nano moodle/config.py
#Fill config with your values , set server = False if not using .env
cp sample.env .env
#Fill .env with values
python3 -m moodle
This is a Dev branch, So you might experience bugs!