Open Issues Need Help
View All on GitHubAI Summary: Implement a Telegram bot notification feature that alerts users via Telegram when a new GitHub issue is created and assigned to them. This involves integrating with the GitHub API to receive webhook events for issue creation and assignment, and then sending corresponding notifications through the Telegram bot API.
A Telegram bot to manage GitHub issues and repositories directly from Telegram. Features GitHub OAuth, organization/repo selection, secure token storage, and easy issue creation. Dockerized with PostgreSQL support.
AI Summary: Implement a feature in the Telegram bot to allow users to specify assignees when creating GitHub issues. This involves adding a mechanism to select assignees from a list of users within the selected repository and sending this information as part of the issue creation request to the GitHub API.
A Telegram bot to manage GitHub issues and repositories directly from Telegram. Features GitHub OAuth, organization/repo selection, secure token storage, and easy issue creation. Dockerized with PostgreSQL support.