Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bilal-08/pumis-cli

A CLI tool to get Attendance of Parul university student
https://github.com/bilal-08/pumis-cli

cli cli-app github npm parul-university s

Last synced: 28 days ago
JSON representation

A CLI tool to get Attendance of Parul university student

Awesome Lists containing this project

README

        

# PUMIS-CLI

A CLI tool for getting your attendance right from your Terminal.
> Saves time of going through tedious steps to see your attendance

⚠ Note : This Repository is only for education purpose-only. Don't use any method which may harm the site

#### Preview

Screenshot-2023-12-23-224112

## Installation 🤖
Make sure you have nodejs installed.

run:
```bash
npm i -g pumis-cli
```

## Usage 🔎

The first argument is your Username and second is your password.

#### 📜 For Attendance Summary
```bash
pumis
# example
pumis 210305105xxx xxxxxx
```

#### 🛌 Getting Attendance of Absent days
pass `-a` flag to get only absent days
```bash
pumis -a 210305105xxx xxxxxx
```

#### 📅 Get Attendance Of A Specific Date
pass `-d` flag to pass a specific date
```bash
pumis -d 210305105xxx xxxxxx
```

⭐ this repo if you it has helped you in anyway

> Note: Run this command in full window, tabular structure may break in small window.


### About this...

+ Thanks to [Saicharan](https://github.com/SaicharanKandukuri) for reverse-engineering the login process and other page automation.

To do 📝
implement a Login for default user, so don't have to enter username and password everytime