telepost | Simple Telegram posting Ruby gem | Bot library

 by   yegor256 Ruby Version: 0.3.2 License: MIT

kandi X-RAY | telepost Summary

kandi X-RAY | telepost Summary

telepost is a Ruby library typically used in Telecommunications, Media, Advertising, Marketing, Automation, Bot applications. telepost has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Telepost is a simple gateway to Telegram, which can post messages and respond to primitive requests. First, get your token from @BotFather.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              telepost has a low active ecosystem.
              It has 14 star(s) with 0 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 8 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of telepost is 0.3.2

            kandi-Quality Quality

              telepost has no bugs reported.

            kandi-Security Security

              telepost has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              telepost is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              telepost releases are available to install and integrate.
              Installation instructions are not available. 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 telepost
            Get all kandi verified functions for this library.

            telepost Key Features

            No Key Features are available at this moment for telepost.

            telepost Examples and Code Snippets

            default
            Rubydot img1Lines of Code : 11dot img1License : Permissive (MIT)
            copy iconCopy
            $ gem install telepost
            
            require 'telepost'
            tp = Telepost.new('..token..')
            Thread.start do
              tp.run do |chat, msg|
                tp.post(chat, 'Thanks for talking to me!')
              end
            end
            tp.post(12345, 'How are you?', 'How are you doing?')
            
            tp = Telepost.new('..toke  
            How to contribute
            Rubydot img2Lines of Code : 2dot img2License : Permissive (MIT)
            copy iconCopy
            $ bundle update
            $ bundle exec rake
              

            Community Discussions

            Trending Discussions on telepost

            QUESTION

            SSL error :"server hello" rejected by client
            Asked 2018-Oct-04 at 21:21

            I have this client trying to access the web page"https://trackntrace.telepost.gl", but fails due to ssl handshake error. I tried using wget , openssl and also from chrome browser.

            I did a tcpdump on both the servers (I have access to both) , and found the server is sending a "server hello" for the "client hello" sent by the client, but the client seems to reject it midway, I mean I dont see the full packet sent by the server.

            I am able to access it from my pc and some other servers as well. and also ssl check on "https://trackntrace.telepost.gl", using different websites like "ssllabs" , "sslchecker" fails saying "No ssl supported".

            Any help or lead will be appreciated.

            Part of tcp dump from client and server below

            ...

            ANSWER

            Answered 2018-Oct-04 at 21:21

            According to the packet captures something is sending a RST claiming to be from the server (i.e. from port 443) to the client and a RST claming to be from the client to the server (i.e. to port 443). Also, the response from the server which contains the certificate is not forwarded to the client.

            This suggests that there is some middlebox (like a firewall) in between client and server which does deep packet inspection and explicitly breaks the connection between client and server after having a look at the servers certificate. Given I have the same problems as you from my location my guess is that the middlebox is near the server and not near the client.

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install telepost

            You can download it from GitHub.
            On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.

            Support

            Read these guidelines. Make sure you build is green before you contribute your pull request. You will need to have Ruby 2.3+ and Bundler installed. Then:. If it's clean and you don't see any error messages, submit your pull request.
            Find more information at:

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

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link