Collection of ERP automation scripts using iitkgp-erp-login
Request Feature | Report Bug
Table of Contents
.
├── cdc
├── company
├── mytt
└── erp
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 theirApplication Status
andJob 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.
- 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 topython3
on your system.- Or rather, just remove the shebang and execute the scripts using your python interpreter directly.