VPNBook Client
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'.
Compatibility
Currently supports Linux only. Windows and Mac aren't supported yet!
Dependencies
Usage
First you need to clone the repository (recommended)
git clone https://github.com/MyIsaak/vpnbook-clientandcd vpnbook-clientor install it with npm (not recommended)
npm install vpnbook-clientandcd node_modules/vpnbook-clientThen build the package
npm run-script buildFinally run the executable
./vpnbook-client