telegram_bot_app | Example Rails 5 Telegram bot app | Bot library

 by   telegram-bot-rb Ruby Version: Current License: No License

kandi X-RAY | telegram_bot_app Summary

kandi X-RAY | telegram_bot_app Summary

telegram_bot_app is a Ruby library typically used in Automation, Bot applications. telegram_bot_app has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Example Rails 5 Telegram bot app
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              telegram_bot_app has a low active ecosystem.
              It has 91 star(s) with 36 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 21 have been closed. On average issues are closed in 27 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of telegram_bot_app is current.

            kandi-Quality Quality

              telegram_bot_app has 0 bugs and 0 code smells.

            kandi-Security Security

              telegram_bot_app has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              telegram_bot_app code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              telegram_bot_app does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              telegram_bot_app releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of telegram_bot_app
            Get all kandi verified functions for this library.

            telegram_bot_app Key Features

            No Key Features are available at this moment for telegram_bot_app.

            telegram_bot_app Examples and Code Snippets

            No Code Snippets are available at this moment for telegram_bot_app.

            Community Discussions

            QUESTION

            Need to open web page within telegram bot chat -- big picture
            Asked 2019-Aug-31 at 06:42

            Building my first telegram bot and it's going to be quite complex.

            Part of workflow needs to open a webview within telegram that will require user interaction, return to bot chat altering chat with data received from user.

            Reading through the entire api, SO, github, I'm having trouble finding anything about the viewing webpages, much less if we can interact. Before I get deep into this project it would be awesome to have some starting direction.

            1. Can you create web views (like you see for "instant view" articles, google maps, etc), and if so can you get data from user to use back at the chat bot?

            2. Another option is possibly using a "game". In our case, it won't be a conventional game, but maybe we could use the html5 game to render what we need, and interact with the user. I know it can pull scores, names, etc to update message, maybe we could somehow make this work?

            I'm currently working through the api. This is one of my first apps, and my first telegram bot. I really appreciate any assistance on how to get started here.

            This is in Rails, using https://github.com/telegram-bot-rb/telegram_bot_app as a starter. Mostly needing to know if this concept it possible, but anything more specific would be great, too. Thanks!

            ...

            ANSWER

            Answered 2019-Aug-31 at 06:42

            You can't create web view with the bot API and you don't need to do that. You can simply link to a web page using simple links or inline buttons and the page will open in Telegram's inline browser (Depending on user's settings). If you include the user ID in the URL you will know who is using the webpage. e.g example.com?uid=1234

            Now that you know who is using the webpage, you can use the ID to send messages or anything else in Telegram chat while user is on the webpage. At the end you can redirect the user back to your bot URL (telegram.me/botusername).

            Update

            You can now use Seamless Telegram Login to link to a web page and log in the user. This feature can also be used in groups

            Source https://stackoverflow.com/questions/41974156

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install telegram_bot_app

            Create bot with @BotFather unless has_test_bot?
            Clone repo.
            run ./bin/setup.
            Update config/secrets.yml with your bot's token.

            Support

            Bug reports and pull requests are welcome on GitHub at https://github.com/telegram-bot-rb/telegram_bot_app.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/telegram-bot-rb/telegram_bot_app.git

          • CLI

            gh repo clone telegram-bot-rb/telegram_bot_app

          • sshUrl

            git@github.com:telegram-bot-rb/telegram_bot_app.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link