Python API to student portal of ITER
Project description
iterapi
Python API to Student's Campus portal of ITER
Installation
pip install iterapi
or
pip3 install iterapi
Usage
Example
from iterapi import Student st = Student('regdno','password') # Login to the portal st.getInfo() # returns a dictionary containing student details st.getPhoto() # writes photo as registration_no.jpg st.getAttendance() # returns a dictionary containing attendance st.getResult() # returns a dictionary containing results st.getDetailedResult(sem_no) # returns a dictionary containing details of a semester result st.downloadSemResult(sem_no) # writes result document as registrationno_sem_no.pdf
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iterapi-1.2.3.tar.gz
(4.4 kB
view hashes)