Skip to content

Instantly share code, notes, and snippets.

@david415
Created May 1, 2014 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david415/9c6bcb1ab310788fe0b4 to your computer and use it in GitHub Desktop.
Save david415/9c6bcb1ab310788fe0b4 to your computer and use it in GitHub Desktop.
install endpoint parser in virtualenv
cd projects/virtualenv-1.11.1/
./virtualenv.py ~/virtenv-endpoints-test
. ~/virtenv-endpoints-test/bin/activate
usewithtor pip install twisted
cd ~/projects
git clone https://github.com/david415/txsocksx.git
cd txsocksx
git checkout endpoint_parsers
usewithtor python setup.py install
cd examples # CWD is now /home/human/projects/txsocksx/examples
cp tor_client_endpoint_parser.py /home/human/virtenv-endpoints-test/lib/python2.7/site-packages/twisted/plugins
python tor-http.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment