onionpp

embed tor into your application


Keywords
embed, tor
License
MIT
Install
pip install onionpp==0.12

Documentation

onionpp

embed tor in your application

requirements

linux

  • libevent-dev
  • liblzma-dev
  • libssl-dev
  • libzstd-dev
  • zlib1g-dev

windows

  • cpp build tools (visual studio)

features

  • start tor
    • with inline configuration
  • python bindings

usage

#include "onionpp.h"

int main() {
  onionpp::Tor tor;

  // use the tor socks port
  return 0;
}