q2a / question2answer

Question2Answer is a free and open source platform for Q&A sites, running on PHP/MySQL.
http://www.question2answer.org/
GNU General Public License v3.0
1.63k stars 628 forks source link

Telegram bridge #918

Closed mcollica closed 1 year ago

mcollica commented 2 years ago

Is it possible to automate the sending of a message in a Telegram channel (with stuff like IFTTT, Automate.io) each time a new post is created in a specific course of Q2A? Thanks in advance.

svivian commented 1 year ago

Yes it should be possible using plugins, check the docs. You'd want an event plugin to hook into 'q_post' or 'a_post' and then use whatever code you have to send that to Telegram.