8000 GitHub - irrweg/ctbrec-minimal-browser: Electron based remote controlled browser used by ctbrec for logins with recaptcha
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Electron based remote controlled browser used by ctbrec for logins with recaptcha

Notifications You must be signed in to change notification settings

irrweg/ctbrec-minimal-browser

 
 

Folders and files

NameName
Last com B3CF mit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • node.js
  • npm

Build instructions

npm install
npm install electron-packager --save-dev
node node_modules/electron-packager/bin/electron-packager.js --overwrite . ctbrec-minimal-browser

This builds the browser for your current OS. If you want to build for other platforms you can use additional switches. Available platforms are linux, win32, darwin. For example macos 64bit:

node node_modules/electron-packager/bin/electron-packager.js --overwrite . ctbrec-minimal-browser --platform=darwin --arch=x64 --icon icon.icns

About

Electron based remote controlled browser used by ctbrec for logins with recaptcha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • Shell 7.1%
0