erp-scripts

Collection of ERP automation scripts using iitkgp-erp-login python package

AGPL-3.0 License

Stars
3

Structure

.
├── cdc
├── company
├── mytt
└── erp

Description

  • erp: Opens HomePage for ERP portal.
  • cdc: Opens TNPStudents (Students' CDC) Portal.
  • company: Fetches companies, which are query-able, by default prints new companies (from the last run):
    • --open / -o: Prints currently Open companies with their Application Status and Job Description link which can be used to directly apply!
    • --applied / -a: Prints those companies in which you have applied.
  • mytt: Opens Students' Timetable in ERP portal.

Configuration

  • These scripts are concise and simple because they utilise my iitkgp-erp-login package for handling the login process in ERP. And it has some pre-requisites to be satisfied, read its documentation for understanding what and how to do.
  • Change the shebang (the very first line of the file) for every file with the path to python3 on your system.
    • Or rather, just remove the shebang and execute the scripts using your python interpreter directly.

Contact

Acknowledgments

Additional Documentation