6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python400 forks (400 forks)batch import
enhancementhas-prhelp wanted
Repository metrics
- Stars
- 1,249 stars (1,249 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Slack's example bot has something like cron for your plugins - so your bot can initiate stuff. It would be nice if slackbot would provide such functionality.
Contributor guide
- Research direction
- Investigate how to add a simple in process cron scheduler to the slackbot plugin system, referencing existing plugin loading and the asyncio event loop if applicable.
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- PythonSlack bot basics