Ido Cohen

Results 47 comments of Ido Cohen

Nice, that's progress. (btw, the official supported node version is 6.9.1) Did you go through the process of registering your Telegram bot through the [BotFather](https://telegram.me/BotFather)? Did your bot hook to...

This doesn't look like a valid url - ` https://api.telegram.org/bot/setWebhook?url=/hook` This url is executed from Telegram's servers everytime your bot gets a Telegram message,`/hook` is not enough information from Telegram's...

Yes. You can add the bot to a telegram group. To respond to visitors you will have to reply to the hot messages (right click the last visitor message and...

Hi @grand-lotus-iroh and @yoavapi, I really prefer to keep the "Powered by Intergram" line in the chat, to help us spread the word about Intergram. There are some exceptions. You...

Sure. I am willing to consider this. What are the benefits of switching from MPL2?

Thanks @vti this looks great! I will review and a merge it.

Hi, @lorenzodetomasi , I also thought about this feature, since I'm also managing 2 Intergram chats, but I found a simpler solution. I created two different Telegram groups for the...

Thanks @enzojimenez 😄 This is implemented in Intergram by extracting the unique visitor ID from that specific visitor message (The random letters before every message). See here - [link](https://github.com/idoco/intergram/blob/master/server.js#L29)

Hi @SukhmanpreetSingh, currently the only way to clear the web-chat is to open the browser developer tools and delete them from local storage. See example - ![image](https://user-images.githubusercontent.com/5776439/47292290-2fd2d580-d60f-11e8-8937-46320dae0564.png)

Yes, there is a short guide in the [readme file](https://github.com/idoco/intergram#deploy-your-own-intergram-instance-self-hosting) It's easiest to deploy it to Heroku (because this is what I do), but you can also deploy it to...