What is the status of the xk6-telegram extension - GitHub - Maksimall89/xk6-telegram: A k6 extension for creating telegram notifications.
It has been listed on the xk6 grafana documentation as a community created extension but has last seen updates over a year ago.
Is this still the best way to load test telegram bots?
Does anyone have an alternate tool/method to test telegram bots?
Thanks in advance.
Hi @shailen31 
Welcome on the forum 
Although the extension is officially listed on our documentation’s page, it has been developed and is still to this day owned by a former employee of k6, and as the README says, we are not maintainers of it, and its state is currently “use at your own risk”.
I would suggest trying the extension out, and reaching out directly to the owner through GitHub issues to know the latest state of the extension.

1 Like
Thank you for your response @oleiade - Have tried it out, I am more looking for a way to load test Telegram bots (.NET) - i found luck with simply using standard k6 and making a request to my /bot endpoint of the bot- from what i understand this simply acts as if the message is being sent to the bot from the telegram api - was just however, curious on other methods that people have used to do this.
Regards 
1 Like