Griffintaur / News-At-Command-Line

:newspaper: News at the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 for any discussion on the project or contribution.

ScreenShot

Input1

Ouput1

Support

Please open an issue on GitHub if you'd like to report a bug or request a feature.

Donate

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.

About

:newspaper: News at the command line

License:MIT License


Languages

Language:Python 100.0%