diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-11 15:40:54 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-11 15:40:54 -0500 |
commit | e67d26de5b45164b944c396c9292f33d7ebefd3f (patch) | |
tree | a103925a08fb94f95d9721e67bcab420edd0da21 /README.md | |
parent | Create minimalistic implementation and docs (diff) | |
download | sniffa-e67d26de5b45164b944c396c9292f33d7ebefd3f.tar.gz sniffa-e67d26de5b45164b944c396c9292f33d7ebefd3f.tar.bz2 sniffa-e67d26de5b45164b944c396c9292f33d7ebefd3f.zip |
add discord logic and ini example
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 |