Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 556 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 556 Bytes

Cards Game Telegram bot

Installation

Execute:

$ bundle

Configuration

First things first, you need to obtain a token for your bot. Edit settings.rb with:

token = 'YOUR_TELEGRAM_BOT_API_TOKEN'

Run

ruby ilegal_words_bot.rb

Contributing

  1. Fork it
  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 new Pull Request