summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-11 15:40:54 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-11 15:40:54 -0500
commite67d26de5b45164b944c396c9292f33d7ebefd3f (patch)
treea103925a08fb94f95d9721e67bcab420edd0da21 /README.md
parentCreate minimalistic implementation and docs (diff)
downloadsniffa-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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6c74686..6fd1408 100644
--- a/README.md
+++ b/README.md
@@ -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
bgstack15