Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/griffintaur/news-at-command-line

:newspaper: News at the command line
https://github.com/griffintaur/news-at-command-line

beautifulsoup python-2 requests yaml

Last synced: 19 days ago
JSON representation

:newspaper: News at the command line

Awesome Lists containing this project

README

        

# News at the Command line
### Want to be kept updated without visiting the news portals every now and then

Now you don't need to visit each news portal website separately to read their articles. Just use the tool and read the articles without even clicking a single mouse button.

# Modules Requirements

- **Python 2.7 +**
- **Requests**
- **Beautiful Soup**
- **PyYAML**

To install the module dependencies before running the application, simply navigate into the project folder and run `pip install -r requirements.txt`.

#### I recommend installing Python Anaconda so that all useful libraries are available at one go.
# Working
- All sample input images are placed under the **Images** folder.
- You can change the maximum number of posts in **config.yml**. Look for **Limit** attribute.

# How To Use
Just run the Main.py.
You can understand the rest while using it for the first time.
### To execute
python News/Main.py
### To install
python setup.py install
newsctl

# Contributing
We welcome your contributions. Please feel free to fork the code, play with it, make some patches and send us pull requests.
[MAIL me]([email protected]) for any discussion on the project or contribution.

# ScreenShot
![Input1](https://raw.githubusercontent.com/Griffintaur/News-At-Command-Line/master/News/Images/screenshot1.JPG)

![Ouput1](https://raw.githubusercontent.com/Griffintaur/News-At-Command-Line/master/News/Images/snapshot2.JPG)

# Support
Please [open an issue on GitHub](https://github.com/Griffintaur/News-At-Command-Line/issues/new) if you'd like to report a bug or request a feature.

[![Donate](https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png)](https://www.paypal.me/kitabkalam/25usd)

## License
The code is released under MIT license and free to use.

## Status
The project is not actively maintained. I am happy to accept PRs on the project.