0.0
No commit activity in last 3 years
No release in over 3 years
MMO-ify any game over IRC.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.1
~> 1.9
 Project Readme

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