Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Sneak

Sneak is a URL transfer tool based on Tor technology.

Features

  1. Dynamic Ip to hide user's true position
  2. Simple and elegant API.
  3. 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 sneak

Install the package from test.pypi is also allowed.

$ pip install --index-url https://test.pypi.org/simple/ sneak

Install 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 install

Install 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.txt

package requests, lxml and cssselect are used to test the if sneak works correctly or not.

Uninstall

$ pip uninstall sneak

How to use?

Please read the example code in our wiki. :)

Contribution

See our development wiki to see more information.

About

Sneak is URL transfer tool based on Tor and Curl.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.