Metadata-Version: 2.4
Name: newswatcherv1
Version: 0.1.0
Summary: A global conflict and news tracker using GDELT
Author-email: Johan Sheby <Jotheexplorer123@gmail.com>
Requires-Python: >=3.11
Requires-Dist: folium
Requires-Dist: matplotlib
Requires-Dist: requests
Requires-Dist: vader-sentiment
Description-Content-Type: text/markdown


# NewsWatch
**NewsWatch** is a python app that lets you lookup a news subject for example : "sharks" and returns a bar graph and world map of what countries are producing the most News articles about it .

Usage Examples :

- Bias Detection
- News Confirmation
- Research tool for Foreing Interests
- etc...


## Installation

1.Install NewsWatch directly from the GitHub Release Page here :

```bash
  https://github.com/Damelhasen/NewsWatch/releases/tag/first
```
2.Git Clone this repo :

```bash
 git clone "https://github.com/Damelhasen/NewsWatch"
```

## Acknowledgements

 AI Use :
 AI was used in this project through gitHub copilot and Claude . Claude was used to trouble shoot looping through lists and Florium installation . Copilot was used to fix indent errors and compile list of country coordinates.


## Demo

![Screenshot of terminal](ScreenShots/Screenshot%202026-03-17%20031044.png)
![Screenshot of Bar Graph generated by program](ScreenShots/Screenshot%202026-03-17%20031109.png)
![Screenshot of World map generated by program](ScreenShots/Screenshot%202026-03-17%20031138.png)
**If running into Error 429 You most likely reached limit for Free API , try using a VPN and retry**

