A Python automation that monitors Angular releases and sends notifications to the Angular Community Stoat server.
pip install -r requirements.txtCreate an .env file at the root of the repository, and add the needed environments:
BOT_TOKEN=your_token
CHANNEL_ID=your_id
LOOKBACK_DAYS=1python -m venv venv
# Activate on Windows:
.\Scripts\activate
# Activate on macOS/Linux:
source venv/bin/activatepython notify.pyThis project is licensed under the MIT License - see the LICENSE file for details.