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.
- Python 3.6+
- Requests
- Beautiful Soup
- PyYAML
git clone
the repository, preferably into a virtual environment.- Copy
config.yml
into your home directory. - Run with
newsctl
At present config.yml
is only read from pwd when the script is run, I'll fix this soon.
- 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.
Make sure you have installed required libraries, instructions above.
Just run the main.py, do this by typing py main.py
.
The rest is quite straight forward.
We welcome your contributions. Please feel free to fork the code, play with it, make some patches and send us pull requests.
Please open an issue on GitHub if you'd like to report a bug or request a feature.
The code is released under MIT license and free to use.