muskIRC / icka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icka

irccloud keep-alive

usage

# build and install
$ make
$ make install

# execute with command line arguments
$ icka -email <email> -password <password>

# provide credentials from environment
$ ICKA_EMAIL=<email> ICKA_PASSWORD=<password> icka

# run once every hour, without exiting
$ icka -email <email> -password <password> -forever

About


Languages

Language:Go 97.3%Language:Makefile 2.7%