Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khitiara/rubybot
Ruby IRC Bot
https://github.com/khitiara/rubybot
Last synced: about 2 months ago
JSON representation
Ruby IRC Bot
- Host: GitHub
- URL: https://github.com/khitiara/rubybot
- Owner: Khitiara
- License: gpl-3.0
- Created: 2014-10-05T14:53:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T01:07:46.000Z (over 4 years ago)
- Last Synced: 2024-05-15T15:40:18.305Z (8 months ago)
- Language: Ruby
- Size: 150 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rubybot
=======The ```{x | x > 9, x <- Z}```th iteration of elrosbot.
This one is modular and here to stay!
Credits to [02JanDal](https://github.com/02Jandal) for refactoring everything and [RX14](https://github.com/RX14) for the github linker plugin!Installation
------------
Clone the repoRun ```bundle install``` to get the dependencies
Configuration
-------------
Run ```rake rubybot:create_config``` and follow the prompts to generate a default config in config.json, then tweak it at will.Running
-------
Run ```rake rubybot:run``` to start it up! It expects a config.json in the current directory.Docker
------
1. Clone the repo
1. Run `docker build -t rubybot .`
1. Run `touch config.json` **important**
1. Run ```docker run -it -v `pwd`/config.json:/rubybot/config.json rubybot rubybot:create_config``` to generate the config or manually create your own.
1. Run ```docker run --name rubybot -v `pwd`/config.json:/rubybot/config.json rubybot``` to run the bot.