2020-12-23 08:39:11 -08:00
2020-12-20 11:11:49 -08:00
2020-12-22 16:56:45 -08:00
2020-12-20 11:11:49 -08:00
2020-12-22 16:43:22 -08:00
2020-12-21 16:42:32 -08:00
2020-12-21 16:42:32 -08:00
2020-12-20 19:12:12 -08:00
2021-01-02 22:53:52 -08:00
2020-12-22 16:53:23 -08:00

Daily Stormer Search

A Search Engine for the Daily Stormer

Installation

In the root of the project, do the following.

# Install node modules
npm i

# Initialize database
sqlite3 main.db < sql/ds.sql
sqlite3 main.db < sql/ds.001.sql
sqlite3 main.db < sql/ds.002.sql

# Alternatively, download a database snapshot.
wget http://dss.coincidencedetector.com/archive/dss-latest.db.gz
gzcat dss-latest.db.gz > main.db

# Scrape articles; This may take a few days if done from scratch.
bin/download-all

# Run the server
micro-dev -p 1984 site.js
Languages
JavaScript 66.3%
EJS 32.9%
Shell 0.8%