Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 800 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 800 Bytes

UbuntuNews

Get news about your favourite Linux distro-ubuntu and it's flavours from omgubuntu.co.uk
Python3.6 is suppoerted but it's not supported for python2.7. Here is a screenshot of the result produced on ubuntu 17.10 running gnome on xorg.
screenshot1

Installation

Just run sudo python3 setup.py install
This will add the script to your environment path

Running

Type ubuntunews
This will run the script. Note that you will need an active internet connection to see the expected output. A cronjob can also be set to run the code at desired intervals

Uninstallation

pip3 uninstall ubuntunews will uninstall the script. Remember to disable the cronjob (if any).