Skip to content

0xyd/Sneak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages