Skip to content

Gentux/friend-bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friend Bots

Build Status

Description

IRC Bot written in go to simulate the irritating presence of our friends

Quickstart

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

Configuration

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"
}

Why GO

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

Creator

Romain Soufflet

Legal notices

Released under the MIT License.

About

IRC Bot written in go to simulate the irritating presence of our friends.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages