laravel-telegram-git-notifier
                                
                                 laravel-telegram-git-notifier copied to clipboard
                                
                                    laravel-telegram-git-notifier copied to clipboard
                            
                            
                            
                        The Laravel package to custom and send notifications from Gitlab and Github events to Telegram channels
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:...