ArmanJR / lms-notifier

Simple python crawler for Kharazmi university lms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lms notifier

A simple tool to keep track of your Kharazmi lms courses

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

You must have Python 3, Git and Google Chrome/Chromium along with Chrome Driver on your machine.

Windows users: Python, Git, Chrome, Chrome Driver

Linux & MacOS:

sudo apt-get install python3.8
sudo apt-get install git
sudo apt-get install chromium-browser

And the project libraries

pip install pathlib selenium difflib

Cloning

git clone https://github.com/ArmanJR/lms-notifier.git
cd lms-notifier

Running

First open main.py and edit lms_username & lms_password with your lms account, then run

python main.py

The first running of this file will create multiple files in the sources folder, further runnings will compare and extract changes from your lms account.

Contributing

Pull requests are welcome.

License

This project is licensed under the MIT License

About

Simple python crawler for Kharazmi university lms

License:MIT License


Languages

Language:Python 100.0%