Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironvenom/iitbbscli
A CLI appplication for students of IIT Bhubaneswar made using Python and Click.
https://github.com/ironvenom/iitbbscli
beautifulsoup4 cli click iitbbs mechanize python
Last synced: about 2 months ago
JSON representation
A CLI appplication for students of IIT Bhubaneswar made using Python and Click.
- Host: GitHub
- URL: https://github.com/ironvenom/iitbbscli
- Owner: IronVenom
- License: mit
- Created: 2019-03-26T20:33:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:44:44.000Z (about 2 years ago)
- Last Synced: 2024-11-06T16:16:09.183Z (2 months ago)
- Topics: beautifulsoup4, cli, click, iitbbs, mechanize, python
- Language: Python
- Homepage: https://pypi.org/project/iitbbscliupdates/
- Size: 1.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![PyPI](https://img.shields.io/pypi/v/iitbbscliupdates.svg) ![PyPI - License](https://img.shields.io/pypi/l/iitbbscliupdates.svg)
## IIT Bhubaneswar CLI
A CLI (Command Line Interface) App to get the following stuff related to institute:
* Holidays List for the current year.
* Top 30 headlines depicting the ongoings inside the institute.
* Biometric Attendance from ERP.
* Results from ERP (SGPAs, CGPA and Report Card).### Installation
```
$ pip install iitbbscliupdates
```
### Usage
After the installation, go to the command line :
1. To get the help menu:
```
$ iitbbscli --help
```
2. To get the list of holidays:
```
$ iitbbscli holidays
```
3. To get the headlines:
```
$ iitbbscli headlines
```
4. To get the biometric attendance: ( Username and Password are the ones that are required in the ERP System )
```
$ iitbbscli attendance
```
5. To get results of examinations:
```
$ iitbbscli result
```