Skip to content

dialoganalytics/telegram-ruby-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Ruby Example

An example Telegram bot integrated with Dialog Analytics. Built with atipugin/telegram-bot-ruby.

Getting started

Clone this repository and run bundle install

Create an account on https://app.dialoganalytics.com, grab your Dialog API token and bot ID.

Set environment variables in .env:

TELEGRAM_TOKEN=...
DIALOG_API_TOKEN=...
DIALOG_BOT_ID=...

Start the bot:

$ ruby bot.rb

Go on web.telegram.org, find your bot and start interacting with it.

Go further

Read more on how to make the most out of the possibilities offered by Dialog here: https://dialoganalytics.com

Releases

No releases published

Packages

No packages published

Languages