@reverse-developer
Telegram bot for students at any University that uses moodle LMS Platform.
This bot will update assignment updates, exam reminders (with timer) and grades on excel. This bot allows you to get your new tasks daily and also get them all right now!
- Get your token api from BotFather.
- Put it on
app.py
instead of"<HERE_IS_YOUR_API_TOKEN>"
. - Get your telegram user id from userinfobot.
- Put it on
app.py
instead of"<PUT_YOUR_ADMINS_USER_ID_HERE>"
. - On
entry-point.sh
replace<USER_ID>
with your telegram user id. Also put your ID and your moodle password on<ID>
and<MOODLE_PASSWD>
respectively. - Build the
Dockerfile
and name it as your wish, for example:docker build -t uname-moodle-bot .
. - Run the image
docker run --rm -ti uname-moodle-bot
:)