Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/griffintaur/news-at-command-line
- Owner: Griffintaur
- License: mit
- Created: 2017-07-24T18:10:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:37:55.000Z (about 2 years ago)
- Last Synced: 2025-01-18T09:03:35.218Z (22 days ago)
- Topics: beautifulsoup, python-2, requests, yaml
- Language: Python
- Homepage:
- Size: 1.15 MB
- Stars: 47
- Watchers: 11
- Forks: 53
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# News at the Command line
### Want to be kept updated without visiting the news portals every now and thenNow 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.