0.0
No commit activity in last 3 years
No release in over 3 years
Richard M. Stallman a.k.a. St. iGNUcius
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13

Runtime

 Project Readme

Stallman_bot

A Richard Stallman bot for Telegram based on Slack Hubot by Justin Paulin.

Installation

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

Usage

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

Contributing

  1. Fork it ( https://github.com/Madh93/stallman_bot/fork )
  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 a new Pull Request

License

The gem is available as open source under the terms of the MIT License.