A datasette exploration of the Hunchly Dark Web Reports
WARNING! Like Hunchly, this project is not analyzing the hidden services for content. The hidden service addresses you receive could contain links to drug markets, child pornography, malware or more benign things like pictures of cats. Use your own discretion, and your common sense.
If you do discover child pornography please report it to the National Center for Exploited and Missing Children by clicking here.
- Clone this repo
- Sign up for the Hunchly Dark Web Reports
- You'll receive a dropbox link to download the reports
- Put report files (.xlsx) into the folder
rawreports/- Either download individual reports - or -
- Click "Download Archive" and extract all files from the .zip file
- Run all cells in the
import.ipynbnotebook - Run
datasette --reload darkasette.db --metadata metadata.yaml --setting sql_time_limit_ms 360000to start the server - Browse to the server at for example at http://127.0.0.1:8001/
pip install datasette, sqlite3, pandas, openpyxl, sqlite-utilsdatasette install datasette-dashboardsdatasette install datasette-export-notebook
gcloud config set project darkasettegcloud config set account email@gmail.comgcloud auth logindatasette publish cloudrun darkasette.db --service=darkasette --install=datasette-vega --install=datasette-dashboardfrom the instructions at https://docs.datasette.io/en/stable/publish.html