Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsamirhn/autolms
Automation of getting into LMS classes
https://github.com/itsamirhn/autolms
automation command-line-tool python
Last synced: 11 days ago
JSON representation
Automation of getting into LMS classes
- Host: GitHub
- URL: https://github.com/itsamirhn/autolms
- Owner: itsamirhn
- License: mit
- Created: 2021-11-23T09:19:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T08:48:27.000Z (5 months ago)
- Last Synced: 2024-10-14T20:41:55.857Z (24 days ago)
- Topics: automation, command-line-tool, python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoLMS
[![PyPI version shields.io](https://img.shields.io/pypi/v/AutoLMS.svg)](https://pypi.python.org/pypi/AutoLMS/)
[![PyPI license](https://img.shields.io/pypi/l/AutoLMS.svg?color=blue)](https://pypi.python.org/pypi/AutoLMS/)
[![PyPI download month](https://img.shields.io/pypi/dm/AutoLMS.svg)](https://pypi.python.org/pypi/AutoLMS/)
[![GitHub stars](https://img.shields.io/github/stars/itsamirhn/AutoLMS.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/itsamirhn/AutoLMS/stargazers/)AutoLMS is a tool for automating LMS and get into class automatically on specified times.
### Supported Universities
- University of Tehran
- Kharazmi University
- Shahid Beheshti University
- Iran University of Science and Technologyif your university is not listed, feel free to contribute or make an issue.
## Install
Use the pip package manager to install AutoLMS:
```sh
$ pip install autolms
```## Requirements
You have to install these manually:
- python3
- Chrome
- [ChromeDriver](https://chromedriver.chromium.org/downloads)### How to download ChromeDriver?
If you are new to ChromeDriver, follow instructions below:
1) Find out your Chrome app version by going to `chrome://version` address with Chrome
2) Go to this [Address](https://chromedriver.chromium.org/downloads) and Choose your Chrome corresponding version in the
list
1) For example if you are using Chrome version 98.x.x then choose
`ChromeDriver 98.x.x`
2) Be careful, if you got error on run, it may because of difference between Chrome and ChromeDriver versions
3) Select the file compatible with your system (Mac or Linux or Win)
4) Unzip the downloaded file, **You don't need to open or run it**
5) Put the `chromedriver` anywhere you want
6) In the configuration of AutoLMS, **program will try to find your `chromdriver` automatically**, If it doesn't found
or the path is wrong, type `chromedriver` path manually or just drag & drop the file into terminal## Configuration
You should configure AutoLMS with this command for first time usage:
```sh
$ autolms setup
```And anytime you wanted to edit configs (e.g. add new session or course):
```sh
$ autolms edit
```## Run
Finally, run the program for always:
```sh
$ autolms run
```## License
AutoLMS is MIT licensed.