Skip to content

shravanasati/Real-Time-Reporting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time-Reporting

Real Time Reporting contains following programs:

  1. News Reporter - A real time news reporting python file. (You'll need an API key from NewsAPI to run this program.)

  2. Weather Monitor - A real time weather reporter. (Again, you'll need the key from WeatherAPI.)

Modules/Libraries Required:

  • pyttsx3 --> pip install pyttsx3 == For speaking ability of the program.

Some Useful Links

Get your API keys from the above websites, put them in the keys.json as follows

{
    "News API key": "",
    "Weather API Key": ""
}

and then you can use these programs.