Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

eriestrisnadi/robojin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Travis Dependency Status

robojin

Just an irc bot that can interacting with users

Installation

Clone
git clone https://github.com/lowsprofile/robojin.git

Or, you can download from the latest release here

Install Dependencies
npm install

Cofiguration file & Start robojin

Change the config variable on the .robojin.json.

Default configuration .robojin.json
{
  "server": "irc.rizon.net",
  "port": 6697,
  "botname": "robojin",
  "channel": "#sorairo-subs",
  "format": "json"
}
Start robojin via npm, run:
npm start

Interacting with robojin

In any channel, just mention it's name first and start with the topic you want to talk.

[15:26]	sundajin:	robojin, what is justice in your mind?
[15:26]	@robojin:	Epicurus once said "It is the spirit and not the form of law that keeps justice alive."

The current robojin is not smart enough, so if he cannot find a topic you mention it, robojin will come up with something useful anyway.

Log files

There are 4 log formats, change the format value on the configuration file .robojin.json.

JSON
"format": "json"
JSON Lines
"format": "jsonl"
CSV
"format": "csv"
Markdown
"format": "markdown"

Or

"format": "md"