an automatic brand guardian script made in python
It's controlling how the brand looks, feels, and sounds everywhere.
-
The tray icon (icon.png) will appear in your system tray.
-
The app runs a background thread that continuously monitors Reddit.
-
When your keywords appear in new comments, you’ll receive a desktop alert.
-
Clicking the notification opens the Reddit comment directly in your browser.
- run
pip install -r requirements.txtin /src directory - create an enviroment file according to "./example_env_file.txt" (format should be .env) how to get reddit api secrets
- run src/main.py, a config.json file with defaults should be created
- change the configs to your liking
- run the script again
- report issues you come across
- make source code more readable
- fix bugs
- add sentiment analysis logic
- add email and sms alerting logic
- add cross-platform clickable dekstop notification
- make compiled version for installation