https://github.com/proffapt/erp-scripts
Collection of ERP automation scripts using iitkgp-erp-login python package
https://github.com/proffapt/erp-scripts
erp-autologin erp-automation erp-scripts-proffapt iit-kgp-erp iit-kgp-erp-automation iit-kgp-erp-scripts iitkgp-erp iitkgp-erp-login kgp-erp-login
Last synced: about 1 month ago
JSON representation
Collection of ERP automation scripts using iitkgp-erp-login python package
- Host: GitHub
- URL: https://github.com/proffapt/erp-scripts
- Owner: proffapt
- License: agpl-3.0
- Created: 2023-07-26T09:22:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T18:13:49.000Z (11 months ago)
- Last Synced: 2025-04-02T13:48:31.618Z (6 months ago)
- Topics: erp-autologin, erp-automation, erp-scripts-proffapt, iit-kgp-erp, iit-kgp-erp-automation, iit-kgp-erp-scripts, iitkgp-erp, iitkgp-erp-login, kgp-erp-login
- Language: Python
- Homepage: https://github.com/proffapt/iitkgp-erp-login-pypi
- Size: 67.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
ERP-SCRIPTS
Collection of ERP automation scripts using iitkgp-erp-login
Request Feature | Report Bug
Table of Contents
- [Structure](#structure)
- [Description](#description)
- [Configuration](#configuration)
- [Contact](#contact)
- [Acknowledgements](#acknowledgments)
- [Additional documentation](#additional-documentation)## Structure
```graphql
.
├── cdc
├── company
├── mytt
└── erp
```## Description
- [`erp`](./erp): Opens HomePage for ERP portal.
- [`cdc`](./cdc): Opens TNPStudents (Students' CDC) Portal.
- [`company`](./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`](./mytt): Opens Students' Timetable in ERP portal.## Configuration
- These scripts are concise and simple because they utilise my [iitkgp-erp-login](https://github.com/proffapt/iitkgp-erp-login-pypi) package for handling the login process in ERP. And it has some pre-requisites to be satisfied, read its [documentation](https://github.com/proffapt/iitkgp-erp-login-pypi#readme) 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
📫 Arpit Bhardwaj ( aka proffapt ) -## Acknowledgments
* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)## Additional Documentation
- [License](/LICENSE.txt)
- [Changelogs](/.github/CHANGELOG.md)
- [Security Policy](/.github/SECURITY.md)
- [Code Of Conduct](/.github/CODE_OF_CONDUCT.md)
- [Contribution Guidelines](/.github/CONTRIBUTING.md)[contributors-shield]: https://img.shields.io/github/contributors/proffapt/erp-scripts.svg?style=for-the-badge
[contributors-url]: https://github.com/proffapt/erp-scripts/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/proffapt/erp-scripts.svg?style=for-the-badge
[forks-url]: https://github.com/proffapt/erp-scripts/network/members
[stars-shield]: https://img.shields.io/github/stars/proffapt/erp-scripts.svg?style=for-the-badge
[stars-url]: https://github.com/proffapt/erp-scripts/stargazers
[issues-shield]: https://img.shields.io/github/issues/proffapt/erp-scripts.svg?style=for-the-badge
[issues-url]: https://github.com/proffapt/erp-scripts/issues
[license-shield]: https://img.shields.io/github/license/proffapt/erp-scripts.svg?style=for-the-badge
[license-url]: https://github.com/proffapt/erp-scripts/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/proffapt