Metadata-Version: 2.1
Name: latestnews-kemendikbud
Version: 0.0.3
Summary: this package will get the latest news from Indonesian Ministry of Education and Culture (Kemdikbud)
Home-page: https://github.com/dikopini/latest-kemendikbud-news
Author: Irfan Basyar
Author-email: irfanbasyar.ib@gmail.com
License: UNKNOWN
Project-URL: Website, https://dicopynee.com
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Latest Kemendikbud News
this package will get the latest news from Indonesian Ministry of Education and Culture (Kemdikbud)

## How it Work?
This package will scrape from [Kemendikbud](https://kemendikbud.go.id) to get latest news from kemendikbud website
This package will use BeautifulSoup4 and Requests, to produce output in the form of JSON that is ready to be used in web or mobile applications

##How to Use?
```
import beritaterkini

if __name__ == '__main__':
    print('Aplikasi Utama')
    result = beritaterkini.ekstraksi_data()
    beritaterkini.tampilkan_hasil(result)
```

## Author
Irfan Basyar

