https://github.com/everlag/goplay
Built to interact with hitbox.tv chat during streams.
https://github.com/everlag/goplay
Last synced: 3 months ago
JSON representation
Built to interact with hitbox.tv chat during streams.
- Host: GitHub
- URL: https://github.com/everlag/goplay
- Owner: Everlag
- License: lgpl-3.0
- Created: 2014-03-05T23:01:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T23:44:38.000Z (over 12 years ago)
- Last Synced: 2025-01-02T09:44:14.198Z (over 1 year ago)
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
goPlay
======
Built to interact with hitbox.tv chat during streams specifically during games. Code is hacked together but works.
Status
-----
Basically done for what I plan to do with it. I found the xdotool to be finicky with mednafen but eventually got it to work.
Building/Running
-----
Build instructions are for Ubuntu Server 12.04 LTS. They should work out of the box for other Ubuntu versions and can be easily tweaked for other distros.
Go is assumed to have been installed.
Windows is completely unsupported but running in virtualbox is trivial.
sudo aptitude install mednafen
sudo aptitude install xdotool
go get github.com/gorilla/websocket
//cfg allows you to work with sane keybindings
cp mednafen.cfg !mednanfen install directory!
open your game of choice in mednafen
nano interactive.go //change channel="" located in main() to channel to monitor
go run interactive.go
You can build to send random input to the generator via the commented section at the bottom. Be warned that progress is nonexistent without serious rng biasing.
A gnuboy config file is also included if you wish to interface with that specific emulator via xdotool.