Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 472 Bytes

so-desktop-notification

  • Gives desktop notification every 60 seconds from given tags on StackOverflow. Only the first question is shown.

####Installation:

  • Create a virtualenv
  • While creating virtualenv use --system-site-packages option
  • pip install -r requirements.txt

####Usage:

  • python script.py tag
  • Not all tags might work, tags like - Python 2.7 have to be checked.