Metadata-Version: 2.1
Name: CNNtech-News
Version: 0.1.3
Summary: This package will provide you the most update of CNN Tech News
Home-page: https://github.com/ganirh0612/CNNtech_News
Author: Hasan Gani Rachmatullah
Author-email: ganirh0612@gmail.com
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# CNNtech_News
This package will provide you the most update of CNN Tech News

# How It Works
This Package will scrape from https://edition.cnn.com/business/tech

This package will use BeautifulSoup4 and Request, to then produce in the form of JSON that is ready to be used in web or mobile applications.

# How to Use This Package?
```
import updateTechnews

if __name__ == '__main__':
    print('Deskription Package:', description)
    result = updateTechnews.news_data()
    updateTechnews.show_news(result)
```

# Author
Hasan Gani Rachmatullah
