Last active
December 18, 2015 16:29
-
-
Save Cameron-D/5811986 to your computer and use it in GitHub Desktop.
Script for running xanga-grab on an instantserver.io instance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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