PyTwitchPlaysTrackmania is a sample implementation of PyTwitchPlays using Trackmania.
Use the package manager pip to install PyTwitchPlays.
pip install pytwitchplays
python twitch_plays_tm.py -p <password> -u <username> [-c <channel>]
- <password> needs to be an OAuth token. You can use Twitch Chat OAuth Password Generator to generate an OAauth token.
- <username> and <channel> need to be in lowercase.
- <channel> is optional. If you don't provide a channel, the channel of <username> will be used.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.