Sneak is a URL transfer tool based on Tor technology.
- Dynamic Ip to hide user's true position
- Simple and elegant API.
- Access dark web handly.
For people who just want to use the package, just install the package through pip install command.
$ pip install sneak
Install the package from test.pypi is also allowed.
$ pip install --index-url https://test.pypi.org/simple/ sneak
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 install
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.txt
package requests, lxml and cssselect are used to test the if sneak works correctly or not.
$ pip uninstall sneak
Please read the example code in our wiki. :)
See our development wiki to see more information.