-
Notifications
You must be signed in to change notification settings - Fork 1
Dependencies
Jacotsu edited this page Jun 16, 2017
·
3 revisions
Tor allows us to anonymize our users by using it's protocol
stem is simply a python module which allows us to control the Tor software from python
kad.py is a DHT implementation in python3, it's based on kademlia.
Flask allows us to run a python webserver with minimal hassle