Skip to content

Instantly share code, notes, and snippets.

@Cameron-D
Last active December 18, 2015 16:29
Show Gist options
  • Select an option

  • Save Cameron-D/5811986 to your computer and use it in GitHub Desktop.

Select an option

Save Cameron-D/5811986 to your computer and use it in GitHub Desktop.
Script for running xanga-grab on an instantserver.io instance.
#!/bin/bash
sudo apt-get update
sudo apt-get install -y build-essential lua5.1 liblua5.1-0-dev python python-setuptools python-dev git-core openssl libssl-dev python-pip rsync gcc make git tmux htop
pip install --user seesaw
git clone https://github.com/ArchiveTeam/xanga-grab.git
cd xanga-grab
./get-wget-lua.sh
# Start downloading with:
tmux new-session -d '~/.local/bin/run-pipeline --disable-web-server --concurrent 32 pipeline.py Cameron_D'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment