Skip to content

A bespoke application I made for my friend that listens to Twitch Chat and automatically performs Streamer and Stream interactions

Notifications You must be signed in to change notification settings

stangahh/phiz-on-call

Repository files navigation

phiz-on-call

Instructions

  1. Install Docker Desktop and make sure its running in the background.

  2. Install Node.js.

  3. Install Python.

  4. Add required python libs

pip install keyboard
pip install requests
  1. Create environment variable fields
# cd to root of this repo
cp ./projects/chat-poller/.env.example ./projects/chat-poller/.env
cp ./projects/web-app/.env.example ./projects/web-app/.env
  1. Fill in secrets to ./projects/chat-poller/.env, according to the README.md

  2. Start the docker-compose stack

   yarn compose # or, `npm run compose` if you don't have `yarn`
  1. Start the keybind listener
   yarn listen # or, `npm run listen` if you don't have `yarn`

You can configure the keyboard binds inside keybindListener.py

About

A bespoke application I made for my friend that listens to Twitch Chat and automatically performs Streamer and Stream interactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published