An open API service indexing awesome lists of open source software.

https://github.com/kingakeem/torbotapp

This is port of TorBot written in TypeScript, it contains the same operations as the original TorBot and they're easier to execute with a nice GUI.
https://github.com/kingakeem/torbotapp

electron gui javascript react tor tsx typescript

Last synced: about 1 year ago
JSON representation

This is port of TorBot written in TypeScript, it contains the same operations as the original TorBot and they're easier to execute with a nice GUI.

Awesome Lists containing this project

README

          

### TorBot App ([Original CLI Program](https://github.com/DedSecInside/TorBot))

Technologies that you will need to be familiar with before contributing to TorBot's front-end are JavaScript (ES6), React, Electron, and TypeScript. Other technologies that would help are yarn and webpack 4.

Setup:
- Install [yarn](https://yarnpkg.com/en/) to get JavaScript dependencies. `yarn install`
- Compile JS using `yarn start`

We currently have hot-loading enabled so whenever you make code changes to JS files, the front-end will automatically be reloaded with your changes.