Sneak
Sneak is a URL transfer tool based on Tor technology.
Features
- Dynamic Ip to hide user's true position
- Simple and elegant API.
- Access dark web handly.
Installation
Install by pypi
For people who just want to use the package, just install the package through pip install command.
$ pip install sneakInstall the package from test.pypi is also allowed.
$ pip install --index-url https://test.pypi.org/simple/ sneakInstall by source
Clone the project and install the package through setup.py
$ git clone https://github.com/yudazilian/Sneak.git (option)<path_name>
$ cd path_name
$ python setup.py installInstall for Contribute/Development
For you who want to contribute this project together, go to the development branch and download the dev_requirements.txt.
Then, install the package via pip command as below:
$ pip install -r dev_requirements.txtpackage requests, lxml and cssselect are used to test the if sneak works correctly or not.
Uninstall
$ pip uninstall sneakHow to use?
Please read the example code in our wiki. :)
Contribution
See our development wiki to see more information.