IRC Bot written in go to simulate the irritating presence of our friends
Install friend-bots with the following command :
go get github.com/gentux/friend-bots
friend_bots
If it doesn't work, it's normal, I havn't tested it yet. Don't hesitate to tell me what's wrong and I'll do whatever I can to unlock the situation
If config file doesn't exist, friend_bots will create on in your home directory : ~/.friendbotsrc
{
"Server": "irc.freenode.net",
"Port": 7000,
"SSL": false,
"SSLInsecureSkipVerify": false,
"Pass": "secret",
"ChannelName": "#chan"
}
There is two main reason I started using go :
- One of our coworker, who was the inspiration for this work, talk about GO every minutes of every day
- It's a good little project to learn about the language and its ecosystem
Released under the MIT License.