Skip to content

jmredfern/instant-replay-button-clicker

Repository files navigation

instant-replay-button-clicker

Usage

# start server
node src/index.js --server --port 8000 --serverUrl http://localhost:8000

# start client
node src/index.js --client --websocketUrl ws://localhost:8000/ --sleepLengthMins 420 --sleepTime 00:00 --keyToPress a --antiIdleUrl http://localhost:8000/anti-idle

# send click from commandline
curl -X POST http://localhost:8000/click

# send click from browser
http://localhost:8000/

License

MIT © Jim Redfern

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published