Metadata-Version: 2.1
Name: mostpopularnewscnn
Version: 0.0.2
Summary: This package will get the most popular news in CNN Indonesia
Author-email: Tri Prasetyo Kusumo Aji <ajikprasetyo22@gmail.com>
Project-URL: Homepage, https://github.com/jetkesuma/most-popular-news-cnn-id
Project-URL: Medium, https://medium.com/@kusumo999666
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Most Popular News CNN Indonesia
This package will get the most popular news in CNN Indonesia

## HOW IT WORK?
This package will scrape from [CNN Indonesia](https://www.cnnindonesia.com/) to get most popular news in CNN Indonesia 

This package uses beatifulsoup4 and requests then produces output in the form of json which can be used in web and mobile applications

'''
if __name__ == '__main__':
    result = data_extraction()
    show_data(result)
'''
