TCPM (Twitch Channel Point Macros) is a macro program that integrates with channel point rewards. You can set it up to trigger keys/hotkeys or your own scripts when a reward is redeemed! TCPM is conceptually similar to LioranBoard but is cross-platform, is more streamlined, and doesn't require setting up a stream deck.
For more details, examples, and screenies, please check out the Devpost entry.
- Complete the following variables and add to an
.env
file in the root directory:
TWITCH_CLIENT_ID=foo
TWITCH_SECRET=bar
If you do not provide these variables, the app will not be able to communicate with the Twitch API.
- Run
yarn
. - In two separate terminals, run
yarn watch
andyarn start
. The former watches for file changes and re-builds. The latter starts the running instance of the app.
As of Mar 29, 2021, this project is not ready for production usage even though the app works in a packaged state.
yarn make
As of Mar 29, 2021,
- The app does not send data anywhere except back-and-forth with Twitch. All your data are belong to you.
- This project and its creators are not affiliated with any of the platforms and applications detailed above, including Twitch.