An open API service indexing awesome lists of open source software.

https://github.com/eyeblech/news-noti

A simple Python script to receive notifications about the latest news using NewsAPI.
https://github.com/eyeblech/news-noti

github news newsapi program python scrapper tools

Last synced: about 1 month ago
JSON representation

A simple Python script to receive notifications about the latest news using NewsAPI.

Awesome Lists containing this project

README

          

# News Notifier with NewsAPI

A simple Python script to receive notifications about the latest news using NewsAPI.

# Getting Started

## Install Required Libraries
```sh
pip install requests discord-webhook
```
## Configure Your API Key and Webhook URL
* go to `newsapi.org` and generate your API key
* Set up a Discord Webhook and replace
`NEWS_API_KEY` , `DISCORD_WEBHOOK_URL` WITH YOUR OWN CREDENTIALS

## Run the Script
```sh
python news_scraper.py
```

![Image](n3ws-py.png?raw=true)

![Image](news.png?raw=true)