Skip to content

R6gear/icka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

$ icka -user-agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 -email <email> -password <password> -forever

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.0%
  • Shell 27.2%
  • Makefile 1.8%