-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Python lib: https://github.com/eternnoir/pyTelegramBotAPI
The result should be PR with docs similar to this one: https://itpp.dev/chat/ifttt-to-telegram/index.html
Tools:
- github webhooks
- events processing: https://aws.amazon.com/lambda/
Spec:
- Environment variables:
- BOT_TOKEN - telegram token
- GITHUB2TELEGRAM - mapping github logins to telegram ids, e.g.
test_github:123,xxx:456 - GROUP_1234 - github usernames separated by teams, e.g.
user1,user2;user3,user4;user5,user6- 1234 is telegram group chat ID (use this bot to get telegram group id: t.me/itpp_myid_bot ). Note: telegram group chat id is negative
- When a github user from one team mentions a user from another team, a message copy with the link to github is posted to the telegram group.
Metadata
Metadata
Assignees
Labels
No labels