Skip to content

proffapt/erp-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Contributors Forks Stargazers Issues MIT License LinkedIn

ERP-SCRIPTS

Collection of ERP automation scripts using iitkgp-erp-login
Request Feature | Report Bug

Table of Contents

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.

(back to top)

Contact

📫 Arpit Bhardwaj ( aka proffapt ) - proffapt's Twitter proffapt's Telegram proffapt's LinkedIn proffapt's mail proffapt's forum for cybernity

(back to top)

Acknowledgments

(back to top)

Additional Documentation

(back to top)