Metadata-Version: 2.1
Name: Kumparan-TrendingNews
Version: 1.0.1
Summary: This package will get the latest Trending News data from Kumparan.com 
Home-page: https://github.com/RiauTechDev/Kumparan-TrendingNews
Author: Christian Yurianja
Author-email: riautechdev@gmail.com 
License: UNKNOWN
Project-URL: Medium, https://riautechdev.medium.com
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: requests

# Kumparan-TrendingNews
This package will get the latest Trending News data from Kumparan.com 

## HOW IT WORK
This package will scrape from [Kumparan](https://kumparan.com/trending) to get latest Trending News.

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 application.

## HOW TO USE 
```
import Kumparan-TrendingNews
if __name__ == '__main__':
    result = data_extraction()
    show_data(result)
```

# Author
Christian Yurianja

