Skip to content

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

License

Notifications You must be signed in to change notification settings

AprilFoolsDevs/place-scraper-node

Repository files navigation

place-scraper-node (Formerly https://github.com/moustacheminer/place)

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