A Richard Stallman bot for Telegram based on Slack Hubot by Justin Paulin.
Install gem:
gem install stallman_bot
Or clone:
git clone https://github.com/Madh93/stallman_bot && cd stallman_bot
And install dependencies:
bundle
And install stallman_bot:
bundle exec rake install
stallman_bot [OPTIONS]
Start stallman_bot with default config (or custom config if it finds a bot.yaml
in path):
stallman_bot
Load custom config explicitly:
stallman_bot --config=configs/cool_config.yaml
For the rest of options:
stallman_bot --help
- Fork it ( https://github.com/Madh93/stallman_bot/fork )
- 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 a new Pull Request
The gem is available as open source under the terms of the MIT License.