twitch_plays

Yet another Twitch Plays Pokemon clone. MMO-ify any game over IRC.

Prerequisites

Requires xdotool on Linux and OSX.

Configuration

See example.config.yml for an example of a configuration file.

Running

IRC log will be interspersed with the player commands, unless stderr is redirected.

sh:

$ twitch_plays --config-file FILE 2> /dev/null

cmd.exe:

twitch_plays --config-file FILE 2> nul

Powershell:

twitch_plays --config-file FILE 2> $null