Skip to main content

Python API to student portal of ITER

Project description

iterapi

Python API to Student's Campus portal of ITER

GitHub top language Licence Latest Version Format Status

Installation

Open your terminal and type pip install iterapi or pip3 install iterapi

Usage

Type following command in console to

# Imports the library
import iterapi

st = iterapi.Student('regdno','password') # Login to the portal
st.getInfo() # returns json element
st.getPhoto() # writes photo as registration_no.jpg
st.getAttendance() # returns json element
st.getResults() # returns results
st.getDetailedResult(sem_no) # return details of a semester result

print(st.details, st.attendance)  # Print student details and attendance on console

Project details


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.1.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page