An IRC Bot that written in GOLANG for GDG Korea (Google Developers Group Korea) channels
- Server: irc://irc.ozinger.org
- GDG Korea Android's channel: #gdgand
- GDG Korea Women's channel: #gdgwomen
Install:
sudo apt-get install postgresql
go get github.com/dalinaum/Andnyang
sh <your GOPATH>/src/dalinaum/Andnyang/genDB.sh
You can see your GOPATH
by export | grep GOPATH
.
If it does not exist, you should add your GOPATH
to your .bashrc
as follows.
export GOPATH=~/mygo
export PATH=$GOPATH/bin:$PATH
After setting your .bashrc
, enter source ~/.bashrc
command into your terminal to use modified setting.
Run:
Andnyang &
You can use hohup
command to hide standard output.
nohup Andnyang &
Update:
go get -u github.com/dalinaum/Andnyang
A web log viewer for Andnyang is provided at AndnyangWeb.
- Leonardo YongUk kIm dalinaum@gmail.com
- Homin Lee homin.lee@suapapa.net
- SeongJae Park sj38.park@gmail.com