Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neeraj1bh/news-notifier
A Python script that pops up notification of top news.
https://github.com/neeraj1bh/news-notifier
Last synced: about 7 hours ago
JSON representation
A Python script that pops up notification of top news.
- Host: GitHub
- URL: https://github.com/neeraj1bh/news-notifier
- Owner: neeraj1bh
- Created: 2020-02-28T16:11:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:20:51.000Z (over 1 year ago)
- Last Synced: 2024-04-23T00:10:03.929Z (10 months ago)
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News Notifier
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)A Python application that scrapes the RSS Feeds of a website and
pops up notification of top news for the day according to the interval (in
seconds) you specified.Requirements
============This script has been developed in Python 3.8, so you'll need python3.
As this script uses various python packages, I've created a requirement file so
that you just have to type:```
pip3 install -r requirements.txt
```This will find and install the needed packages
Usage
=====After installing all the requirements run latest_news.py and then enter the interval (in seconds) of news notification.
![](https://github.com/neeraj1bh/News-Notifier/blob/master/Screenshot.png)