Article: Simple Telegram Bot with Ruby
Simple bot for Telegram with Ruby for finding user by IP. Just for fun, maybe it will be helpful for someone 😄
Very simple:
$ bundle install
$ ruby init.rb
- Fork it ( https://github.com/WScraping/ip_info_bot )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request