Tan Nguyen
Tan Nguyen
For each group channel, I need to add a bot helper feature to be able to get the id of that channel or show the bot's information. - /id -...
Related issue #40 Refer: https://docs.github.com/en/webhooks/webhook-events-and-payloads#team_add I want to add a notification when a team is added to a repository. Steps: - Create a **default** view file in the **team_add** folder...
For each bot, you have the right to enable or disable its functionality. The ability to send notifications to each bot also needs to do.
Currently, the route used to set webhooks allows receiving events from github and gitlab: https://github.com/cslant/laravel-telegram-git-notifier/blob/6618e27d4b981edb6f0d4857f6a74ebc60906e99/routes/bot.php#L21 I need to pass the bot's username to distinguish each individual bot in the upcoming...
Supports multiple bots and allows separate customization for each bot. - multi json files(in folder bots) - bot info: name, username, token, event data. file name: timestamp_username.json - response example:...
Refer: https://docs.github.com/en/webhooks/webhook-events-and-payloads#create This event occurs when a Git branch or tag is created. Steps: - Create a **default** view file in the **create** folder - Check payload information and add...