Skip to content

lon9/lgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Life Game Bot

Life Game Bot is a twitter bot based on Life Game with cellular automaton and Malcov chain.

##Install

go get github.com/Rompei/lgb

##Usage

Usage:
  lgb [OPTIONS]

Application Options:
  -w, --width=               Field width (default: 160)
  -h, --height=              Field height (default: 90)
  -a, --alive-rate=          The rate of alive cells in initialization (default: 50)
  -m, --mut-rate=            The rate of mutation (default: 1.0)
  -g, --generation=          Reguration of generations
  -k, --keyword=             Keyword for twitter
  -l, --location=            Tweet location(Default: Japan) (default: 132.2,29.9,146.2,39.0,138.4,33.5,146.1,46.20)
  -d, --debug                Debug mode
  -t, --table                View type
  -s, --speed                Spead mode
  -c, --chaos                Chaos mode
  -f, --fujiwara             Fujiwara mode
  -i, --tnok                 TNOK mode
  -n, --nyanpass             Nyanpass mode
  -b, --bot                  Bot mode skip user confirmation
      --consumer-key=        Twitter consumer key
      --consumer-secret=     Twitter consumer secret
      --access-token=        Twitter access token
      --access-token-secret= Twitter access token secret

About

Twitter bot based on cellular automaton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages