https://github.com/mjmsmith/infodumpster
MetaFilter infodump analysis site
https://github.com/mjmsmith/infodumpster
metafilter metafilter-infodump
Last synced: 8 months ago
JSON representation
MetaFilter infodump analysis site
- Host: GitHub
- URL: https://github.com/mjmsmith/infodumpster
- Owner: mjmsmith
- Created: 2012-06-05T01:23:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T18:15:49.000Z (about 5 years ago)
- Last Synced: 2025-08-30T09:24:56.589Z (10 months ago)
- Topics: metafilter, metafilter-infodump
- Language: CoffeeScript
- Homepage: infodumpster.org
- Size: 121 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
infodumpster
============
The **infodumpster** is a tool to analyze [MetaFilter](http://metafilter.com) [infodump](http://stuff.metafilter.com/infodump/) data. It lives at [infodumpster.org](http://infodumpster.org).
Prerequisites
=============
Node.js and MySQL 5.x.
Installation
============
**npm install** dependencies.
Create the database **mefi**.
Set the environment variables **MYSQL\_USER** and **MYSQL\_PASSWORD** (or edit references in db.coffee and bin/import).
Run **bin/download** to grab a fresh copy of the MetaFilter infodump.
Run **bin/import** to import it into the database.
Run **node index.js** to start the server.