Skip to content

janmechtel/darkasette

Repository files navigation

darkasette

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.

How to reproduce

  1. Clone this repo
  2. Sign up for the Hunchly Dark Web Reports
  3. You'll receive a dropbox link to download the reports
  4. Put report files (.xlsx) into the folder rawreports/
    1. Either download individual reports - or -
    2. Click "Download Archive" and extract all files from the .zip file
  5. Run all cells in the import.ipynb notebook
  6. Run datasette --reload darkasette.db --metadata metadata.yaml --setting sql_time_limit_ms 360000 to start the server
  7. Browse to the server at for example at http://127.0.0.1:8001/

Requirements

  • pip install datasette, sqlite3, pandas, openpyxl, sqlite-utils
  • datasette install datasette-dashboards
  • datasette install datasette-export-notebook

Deployment

  • gcloud config set project darkasette
  • gcloud config set account email@gmail.com
  • gcloud auth login
  • datasette publish cloudrun darkasette.db --service=darkasette --install=datasette-vega --install=datasette-dashboard from the instructions at https://docs.datasette.io/en/stable/publish.html

About

A datasette exploration of the Hunchly Dark Web Reports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors