Coder Social home page Coder Social logo

i3visio / deepify Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 10.0 64 KB

Deepify is a set of GPLv3+ libraries that tries to get connected to gates that serve content from hidden services in Tor or Zeronet.

Home Page: http://i3visio.com

License: GNU General Public License v3.0

Python 100.00%

deepify's Introduction

Deepify

Copyright (C) 2016 F. Brezo and Y. Rubio, i3visio

Version in PyPI Downloads/Month in PyPI License

1 - Description

Deepify is a GPLv3+ set of libraries developed by i3visio to perform Open Source Intelligence tasks in some part of the internet that are not as easy to access as the conventional part of the web.

2 - License: GPLv3+

This is free software, and you are welcome to redistribute it under certain conditions.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

For more details on this issue, check the COPYING file.

3 - Installation

Fast way to do it on any system:

pip install deepify

Under MacOS or Linux systems, you may need to do this as superuser:

sudo pip install deepify

This will manage all the dependencies for you.

If you needed further information, check the INSTALL.md file.

4 - Basic usage

If everything went correctly (we hope so!), it's time for trying deepify. But first, you will need to start the Tor Bundle downloadable from http://torproject.org. Execution examples:

# Check that you have the Tor Browser running and that the options in ~/.config/Deepify folder are correct
onionGet.py -u "http://3g2upl4pq6kufc4m.onion/"
# Check that you have the Zeronet running and that the options in ~/.config/Deepify folder are correct
zeronetGet.py -u "1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D"

Type -h or --help to get more information about which are the parameters of the application.

You can use the functions as a library for collecting information from Tor:

# Check that you have the Tor Browser running and that the options in ~/.config/Deepify folder are correct
from deepify.tor import Tor
url = "http://3g2upl4pq6kufc4m.onion/"
# Creating the wrapper instance
torwrapper = Tor()
data = torwrapper.getResponse(url)
print data

You can also check it in Zeronet:

# Check that you have the Zeronet service running and that the options in ~/.config/Deepify folder are correct
from deepify.zeronet import Zeronet
url = "1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D"
# Creating the wrapper instance
zeronetwrapper = Zeronet()
data = zeronetwrapper.getResponse(url)
print data

5 - HACKING

If you want to extend the functionalities of Deepify and you do not know where to start from, check the HACKING.md file.

6 - AUTHORS

More details about the authors in the AUTHORS.md file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.