diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,16 +1,16 @@ sniffa ====== -sniffa is a small utility that allows you to watch Discuss forums for keywords. +#### This is the bgstack15 fork of sniffa! + +[sniffa](https://github.com/danielmitterdorfer/sniffa) is a small utility that allows you to watch Discuss forums for keywords. Every time it is invoked, it checks for new posts matching the keywords and creates a notification in the Mac OS X notification bar. # Requirements -* Mac OS X 10.8 or later: As it uses Mac OS X notifications, sniffa works only on Mac OS X 10.8 or later. * Python 3 -* certifi: Install with `pip3 install certifi` -* pync: Install with `pip3 install pync` +* certifi: Install with `yum install python3-certifi` or `pip3 install --user certifi` # Installation |