piterpy-meetup / ppm-telegram-bot

Telegram bot for our internal organizers tasks
MIT License
11 stars 0 forks source link

Create Telegram chat with a new speaker #15

Open teners opened 4 years ago

teners commented 4 years ago

In case a talk submitted via Typeform is new and we don't have them in our database, when this hook is triggered: https://github.com/piterpy-meetup/ppm-telegram-bot/blob/c0b3e1bbf9a374a367b7f7d0f416410f528ae3cb/ppm_telegram_bot/routers/triggers.py#L39-L41 we can schedule a background task to create a new chat, add the speaker and all organizers and post a template message explaining the preparing process and yada yada.

b0g3r commented 4 years ago

Possible only via client telegram API (see telethon). Current workaround: create a task in kanbanchik

teners commented 4 years ago

Metnulsya kanbanchikom

As an alternative, we can at least have a feature to bot post the boilerplate intro text for a speaker