Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idoco authored Feb 21, 2017
1 parent 471e1c5 commit 8b91352
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Intergram - [Demo](https://www.intergram.xyz/)

**Free** live chat widget linked to your Telegram messenger.
A **Free** live chat widget that you can easily add to your website. It will let you chat with your website visitors using your Telegram messenger.
![](docs/intergram-demo.gif)

##### Why use a Telegam bot to implement a chat widget?
##### How?
You initiate a chat with my Telegram bot and add 2 lines of script to your website to embed the widget. Visitors' messages are sent from the chat widget to my bot server, which sends them to your Telegram messenger where you can answer them. You can also self-host the bot server to get more control of this process.

##### Why use a Telegram bot to implement a chat widget?
By using a Telegram bot, I delegate all the message routing work and chat state management to Telegram. I don't have to build fancy mobile and desktop apps for several platforms because Telegram already has a great multiplatform chat client. And, I can easily handle a huge amount of load, because my app runs completely stateless (No database) and just serves as a pipe between Telegram and the chat widget users.

### Embed Intergram in your website with these 2 simple steps
Expand Down

0 comments on commit 8b91352

Please sign in to comment.