AprilFoolsDevs / place-scraper-node

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License


Languages

Language:JavaScript 90.6%Language:Shell 9.4%