Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bilal-08/pumis-cli
- Owner: bilal-08
- License: mit
- Created: 2023-09-24T15:49:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T17:16:40.000Z (about 1 year ago)
- Last Synced: 2024-11-30T09:43:08.681Z (about 1 month ago)
- Topics: cli, cli-app, github, npm, parul-university, s
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/pumis-cli
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
## 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