An open API service indexing awesome lists of open source software.

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

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.

(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

* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)

(back to top)

## 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)

(back to top)

[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