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.
- Host: GitHub
- URL: https://github.com/kingakeem/torbotapp
- Owner: KingAkeem
- License: gpl-3.0
- Created: 2019-03-19T23:16:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T04:09:42.000Z (almost 7 years ago)
- Last Synced: 2025-03-21T09:35:16.376Z (over 1 year ago)
- Topics: electron, gui, javascript, react, tor, tsx, typescript
- Language: TypeScript
- Homepage:
- Size: 77.4 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.