Giter Site home page Giter Site logo

telegram-bot-server-ruby's Introduction

A Telegram Bot server in Ruby on Heroku using webhooks

An example of a Ruby Telegram Bot server hosted on Heroku.

It's a simple Rack app that handle POST requests and launch dice with different sides.

Install

  • Create a new bot on Telegram writing to @BotFather the command /newbot and choose a name and a nick; it will return the access token for the bot, put it in API_TOKEN env variable of .env file (for local development)
  • Setup your bot project on Heroku:
    • Create a new Ruby project
    • Set the API_TOKEN with: heroku config:set API_TOKEN=bot_token
    • Clone this repo and commit the changes
    • Check the logs with: heroku logs -t
  • Set the webhook URL for the bot (replacing API_TOKEN and HEROKU_PROJECT):
curl -X POST -H 'Content-Type: application/json' 'https://api.telegram.org/botAPI_TOKEN/setWebhook' --data '{"url":"https://HEROKU_PROJECT.herokuapp.com/"}'

Usage

  • Write to your bot a command (ex. .D4)
  • A POST request should be received (check the Heroku logs)
  • The result should be shown in the bot channel

Screenshot

bot screenshot

Do you like it? Star it!

If you use this component just star it. A developer is more motivated to improve a project when there is some interest.

Contributors

License

MIT

telegram-bot-server-ruby's People

Contributors

blocknotes avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.