It's a script for parsing alerts from the Anglophone School West District RSS feed and sending them in a formatted form via the Telegram Bot API.
You should have Python 3.7 or higher installed before proceeding.
1. Clone the repository
git clone https://github.com/justrals/asdw-rss-feed-parser.git
cd asdw-rss-feed-parser2. Install dependencies
pip install -r requirements.txt3. Create .env file with the following content
TELEGRAM_TOKEN=your API token from @BotFather
CHANNEL_ID=your channel ID, e.g. -10012345678904. Run the script
python main.py