Navigation Menu

Skip to content

TimofonicJunkRoom/ScraperWikiX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScraperWikiX

This code is a clone of the master branch of the ScraperWiki repository on bitbucket forked with the intention of cutting it down to make it easier to install as a Personal ScraperWiki.

Backend deps

Relies on rossjones/swx-datastore (replaces the version removed from here)

Notes to self.

. ./env-up.sh to setup required env vars

When setting up the django db to run on postgres, the migrations might fail at 024. If they do then the quickest workaround is to remove the code in the forward() method of the migration, replace it with pass and then

psql scraperwiki
drop table model_vaults cascade;
drop table model_vault_members;

About

A much reduced version of ScraperWikiClassic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.8%
  • HTML 17.0%
  • Python 15.8%
  • CSS 4.5%
  • PHP 3.1%
  • Shell 1.0%
  • Other 0.8%