eelu-login

eelu-login is a command-line tool that allows staff and students to log in to the Egyptian E-Learning University Moodle platform quickly and easily through the command-line interface.

This is a fork of Crypt00o/eelu-login with more features and improvements and bugs =D

Installation

You can install the latest stable version of eelu-login via Cargo: sh cargo install eelu-login

Or you can get the latest git version from the repository: sh cargo install --git https://github.com/anas-elgarhy/eelu-login.git

Or you can install it from the AUR with your favorite AUR helper: sh yay -S eelu-login # or any other AUR helper you use

Usage

eelu-login --help will show you the usage of the tool: ``` [+] Usage : eelu-login [--user ] [--pass ] [--type ] Args: [-user | --user | --username | -username | -u] : username to login with [-pass | --pass | --password | -p] : password to login with [-type | --type | --usertype | -usertype | -t] :

Flags: [-o | --open | -open] : open browser after login [-v | --verbose | -verbose] : verbose mode [-V | --version | -version] : print version [-h | --help | -help] : print this help message

usertype can be : [ staff | 3 ] for staff privilege [ sys-user | 1] for system user privilege [ student | 2] for student privilege"# ```

Replace <username> and <password> with your EELU Moodle login credentials, and < staff | sys-user | student> with your user type.

If you don't want to enter your credentials every time you run the tool, you can set the SIS_EELU_USERNAME and SIS_EELU_PASSWORD environment variables to your username and password respectively.

You can don't need to specify the user, and the tool will be try to login as a student and if it fails it will try to login as a staff and if it fails it will try to login as a system user.

Contributing

If you want to contribute to this project, please read the contributing guidelines first.

Also available on

Useful Links

License: MIT OR Apache-2.0