Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 454 Bytes

Dev-Guide.md

File metadata and controls

26 lines (20 loc) · 454 Bytes

How to Contribute

  • Fork the repo
  • Create a branch
  • Code your contribution
  • Commit and push
  • Create a pull request

Running the bot locally

Prerequisites

Make sure you have these in your system:

  • Ruby
  • RVM
  • Bundler
  • MongoDB
  • Redis

Running the bot

  • Clone the repo
  • Install required libraries with bundle command
  • Have @BotFather create your own bot
  • Insert the token to config/init.rb
  • Run the bot with rake command