/PyTwitchPlaysTrackmania

Sample implementation of PyTwitchPlays using Trackmania

Primary LanguagePythonMIT LicenseMIT

PyTwitchPlaysTrackmania

PyTwitchPlaysTrackmania is a sample implementation of PyTwitchPlays using Trackmania.

Installation

Use the package manager pip to install PyTwitchPlays.

pip install pytwitchplays

Usage

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT