Skip to content

AprilFoolsDevs/place-scraper-node

Repository files navigation

Intercepts the incoming websocket frams from /r/place and inserts them into a MySQL database

Install

Git clone this repo, and then install all the node modules by doing:

npm i

Config

Copy or rename config.default.json to config.json and add in your server specifics

config.json:

{
	"host": "127.0.0.1",
	"password": "supersecretpassword",
	"user": "reddit",
	"database": "reddit"
}

About

Reddit's April Fools logs (Starting from Fri Mar 31 2017 20:26:06 GMT+0100)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •