- Fork the repo
- Create a branch
- Code your contribution
- Commit and push
- Create a pull request
Make sure you have these in your system:
- Ruby
- RVM
- Bundler
- MongoDB
- Redis
- 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