sinunika-parser

This project is intended for scrapping some information from sintak.unika.ac.id. Developer assume no liability and are not responsible for any misuse or damage


Keywords
parser, scrap, semarang, unika
License
MIT
Install
pip install sinunika-parser==1.0.3

Documentation

SINTAK PARSER

HOST: sintak.unika.ac.id/id/

USAGE

from lib.Fetch import Fetch

username = '15.N1.0020'
password = 'tanggal lahir'

sintak = Fetch(username, password)

Method

getDataBarChart(self)

Provide all IPS until now, data return in JSON

getDataPieChart(self)

Provide all academic value A/AB/etc and count it, data return in JSON

getKtm(self, saveTo)

Get KTM Sementara and save to directory

UPDATE

soon

Contributing

Pull request is welcome and i so happy if you help me :)

Error/Issue

Please create new issue if you encounter some problem

LICENSE