Automatically connects to vpnbook using secure openvpn. Scraps the latest password image from https://www.vpnbook.com/freevpn and recognizes it with the OCR.space free API. The password is cached for 24 hours in the local file 'auth.txt'.
Currently supports Linux only. Windows and Mac aren't supported yet!
-
First you need to clone the repository (recommended)
git clone https://github.com/MyIsaak/vpnbook-client
andcd vpnbook-client
or install it with npm (not recommended)
npm install vpnbook-client
andcd node_modules/vpnbook-client
-
Then build the package
npm run-script build
-
Finally run the executable
./vpnbook-client