Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 815 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 815 Bytes

NewsReporter-Python

This program will tell you the news about the topic given by you. You have to create account on newsapi.org and get the API Key. That API Key will be entered by you in starting of the program.

Requirements

You also need python 3.8.7 installed in your computer. You need json and time module. For downloading requests and pywin32, open Powershell and enter the following command :

pip install requests==2.25.1
pip install pywin32==300

Usage