pumis-cli
v1.0.4
Published
A CLI tool to get Attendance of PU student
Downloads
4
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
Installation 🤖
Make sure you have nodejs installed.
run:
npm i -g pumis-cli
Usage 🔎
The first argument is your Username and second is your password.
📜 For Attendance Summary
pumis <username> <password>
# example
pumis 210305105xxx xxxxxx
🛌 Getting Attendance of Absent days
pass -a
flag to get only absent days
pumis -a 210305105xxx xxxxxx
📅 Get Attendance Of A Specific Date
pass -d
flag to pass a specific date
pumis -d 210305105xxx xxxxxx
Note: Run this command in full window, tabular structure may break in small window.
About this...
- Thanks to Saicharan for reverse-engineering the login process and other page automation.