Rainist / scene-stealer

An HTTP Interface to take a screenshot via puppeteer of a part of a website and send it to you via Slack
https://www.npmjs.com/package/scene-stealer
7 stars 1 forks source link

Add Telegram support #3

Open suntong opened 6 years ago

suntong commented 6 years ago

Hope sending to Telegram will be supported soon too.

Telegram API https://core.telegram.org/api

Telegram Bot API https://core.telegram.org/bots/api

Bot Code Examples https://core.telegram.org/bots/samples

suntong commented 6 years ago

Telegram will keep a history of all channel messages, so anyone who is joining late into the game can still browse back and see what's been posted previously, which makes it a perfect place to gather image trials like this.

ryuheechul commented 6 years ago

Sure, it would be great to have more options about where to send the screenshots. So, I will look into it and see what I can do about it. Thanks for the issue!

suntong commented 6 years ago

thanks,

Just in case you want to choose which nodejs library to use to talk to Telegram. take a look at this Telegram bot list, I personally think the edisonchee/slimbot is best, but I don't know the nodejs ecosystem though.