1.0.4 ā€¢ Published 5 months ago

pumis-cli v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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.