Skip to content

Releases: lintangtimur/SintakParser

v1.0.4

18 Dec 15:22
Compare
Choose a tag to compare

Fix

  • Endpoint KHS

Add

  • add getKHS(smt, tahun) method
  • add getTagihan(tahun, semester) method, return value Dictionary
    Example:
from sintak_parser.Fetch import Fetch

username = '<nim>'
password = '<day>/<month>/<year>'
sintak = Fetch(username, password)
sintak.getTagihan('2018','Ganjil')

Output

{'tableTop': {'kode_mk': ['UKS410', 'SI-U702', 'SI-U801'], 'nama_mk': ['KULIAH KERJA NYATA', 'MANAJEMEN PROYEK', 'SKRIPSI'], 'sks': ['2', '4', '6'], 'kelas': ['01', '07', '08'], 'status': ['B', 'B', 'B'], 'jumlah': ['300000', '600000', '900000'], 'total': '1800000'}, 'tableBot': {'tagihan': ['UKP', 'Kemahasiswaan'], 'jumlah': ['2000000', '175000'], 'total': '2175000'}}

Fix

03 Oct 07:51
Compare
Choose a tag to compare
Fix

fix

Fix importing packages

03 Oct 07:18
Compare
Choose a tag to compare
v1.0.2

fix file

1.0.1

03 Oct 06:31
Compare
Choose a tag to compare

Added

  • getSertifikat

v1.0.0

12 Aug 07:06
Compare
Choose a tag to compare

Support

  1. Download KTM
  2. Bar chart
  3. Pie chart