https://github.com/nibalizer/twitch-picks-csgo
App to let twitch chat pick your buys on CSGO
https://github.com/nibalizer/twitch-picks-csgo
Last synced: 6 days ago
JSON representation
App to let twitch chat pick your buys on CSGO
- Host: GitHub
- URL: https://github.com/nibalizer/twitch-picks-csgo
- Owner: nibalizer
- License: apache-2.0
- Created: 2018-03-18T18:57:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T14:59:46.000Z (about 6 years ago)
- Last Synced: 2025-03-29T21:32:10.879Z (about 1 month ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Twitch-Picks-CSGO
-----------------This is an application for csgo streamers. It hooks up twitch chat to the buy menu at the start of every round. This lets twitch spam weapon names into chat and whatever weapon twitch picks will be automatically purchased. Hopefully this helps chat feel more involved and everyone have a good time.
Daemons
-------This app has two daemons: csgo-poker and twitch-chat. Csgo-poker handles communication with csgo. It pulls information from twitch-chat over http. Twitch-chat hooks up to twitch chat via the IRC protocol, it collects chat and summazires weapon votes and exposes that information over http.
Configuration
-------------csgo-poker is configured via ``config.yaml`` and twitch-chat via ``config.json``, examples are provided.
Dependencies
--------------This app has dependencies that need to be installed to preform basic functionality:
Linux:
- Docker
Build & Deploy
--------------Linux:
This app is deployed via docker. Inspect and run the scripts "build_app.sh", "run_app.sh" and "stop_app.sh".
Remote Console
--------------This works by having a python daemon connect to the csgo binary via telnet. A remote console can be opened up and then connected to via telnet.
https://developer.valvesoftware.com/wiki/Command_Line_Options#Linux_command_options_in_Left_4_Dead_.282.29
```
-netconport 2121
```