Metadata-Version: 2.1
Name: News-Indonesia
Version: 0.1
Summary: This package will display various news in Indenesia
Home-page: https://github.com/Reinz-Stuff/News-Indonesia
Author: Fauzi Kurniawan
Author-email: fauzik354313@gmail.com
Project-URL: Github, https://github.com/Reinz-Stuff
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

# The Latest News Indonesia
This package will display various news in Indenesia
## HOW IT WORK?
This package will scrape data from [detikcom](https://www.detik.com) and [bmkg.go.id](https://www.bmkg.go.id/) to display the latest various news in Indonesia. This package use BeautifulSoup4 and request to  produce output in the form of JSON which is ready to be used in web and mobile applications

## HOW TO USE
```
from berita_indonesia import NewsTrending

if __name__ == "__main__":
    berita_populer = NewsTrending()
    berita_populer.run()
```

## Author
Fauzi Kurniawan
