Metadata-Version: 2.1
Name: sinunika_parser
Version: 1.0.3
Summary: 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
Home-page: https://github.com/lintangtimur/SintakParser
Author: lintangtimur
Author-email: lintangtimur915@gmail.com
License: UNKNOWN
Description: ## SINTAK PARSER
        HOST: sintak.unika.ac.id/id/
        
        ## USAGE
        ```python
        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
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
