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.
- Host: GitHub
- URL: https://github.com/eyeblech/news-noti
- Owner: eyeblech
- License: gpl-3.0
- Created: 2024-07-26T15:10:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T15:40:11.000Z (almost 2 years ago)
- Last Synced: 2025-10-06T04:55:15.566Z (9 months ago)
- Topics: github, news, newsapi, program, python, scrapper, tools
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.png
- License: LICENSE
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
```

