Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 577 Bytes

Telegram Bot

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 😄

Usage

Very simple:

$ bundle install
$ ruby init.rb

Contributing

  1. Fork it ( https://github.com/WScraping/ip_info_bot )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request