Discover and explore top open-source AI tools and projects—updated daily.
ChatGPT-on-Wechat plugin for scheduled tasks
Top 94.3% on SourcePulse
This plugin for chatgpt-on-wechat
enables users to schedule custom timed messages and trigger other plugins. It targets users of the chatgpt-on-wechat
platform who want to automate recurring reminders or actions within their WeChat environment.
How It Works
The plugin intercepts messages starting with a configurable prefix ($time
by default). Users can specify a schedule (daily, weekly, specific dates, cron expressions) and a time, followed by the message content or a command to trigger another plugin. It supports plain text reminders and can route specific keywords (like "早报", "点歌", "搜索", "GPT") to other installed plugins, extending their functionality to scheduled tasks.
Quick Start & Requirements
pip3 install -r requirements.txt
within the timetask
plugin directory.timetask
folder into the plugins
directory of your chatgpt-on-wechat
installation.chatgpt-on-wechat
to be installed and running.itchat
, ntchat
, and ntwork
(Windows WeChat/Enterprise WeChat) for message delivery.Highlighted Details
chatgpt-on-wechat
plugins for automated actions (e.g., sending news, playing songs, searching).config.json
, allowing customization of command prefixes, debug modes, and extension function mappings.Maintenance & Community
Licensing & Compatibility
chatgpt-on-wechat
project and the supported WeChat clients.Limitations & Caveats
time_check_rate
is set to 1 second by default, with a note that tasks with seconds might be skipped if this value is not adjusted.1 year ago
Inactive