Description
Implement a system that automatically posts selected charts:
- issue activity -> to inform how many issues were created, are open or were closed.
- pull request activity weekly --> to inform how many PR were created, are open or were closed.
- best contributors of the month --> ranking of the top commit pushers
- This helps keep contributors updated with project analytics in real time or at scheduled intervals.
🧾 Requirements
- Generate chart images
- Upload charts to a Discord channel using a bot
- Support manual trigger and scheduled posting (e.g., weekly summary and monthly summary)
✅ Tasks
📁 Example Output
Weekly Update – Top Contributors

🏆 @alice: 34 commits | @bob: 21 commits
✅ Acceptance Criteria
- Bot sends charts to Discord without manual upload
- Messages include visual + short text context
- Scheduled and/or on-demand commands supported
- Clean, readable output in Discord
Description
Implement a system that automatically posts selected charts:
🧾 Requirements
✅ Tasks
/charts week)📁 Example Output
✅ Acceptance Criteria