Execute:
$ bundle
First things first, you need to obtain a token for your bot.
Edit settings.rb
with:
token = 'YOUR_TELEGRAM_BOT_API_TOKEN'
ruby ilegal_words_bot.rb
- Fork it
- 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 new Pull Request