A flexible python application to forward Mac OS Notifications to Other Platforms
Required python version: 3.10. Poetry is used to manage packages, to install poetry 1.7.1
curl -sSL https://install.python-poetry.org | python3 -
To install libraries
poetry install
- Install slack app
- Get slack api key and save it to
SLACK_API_KEY
variable, to get slack oauth token, go to https://api.slack.com/apps/A06JHERPEQZ/oauth - If channel setting is set to a channel id, all messages will be send to that channel, if default, it will create channels based on app id
poetry run python run.py