This script can create ProtonVPN using Python and Selenium
You need python 3 installed on your System.
pip install -r requirements.txt
You need chromedriver
https://chromedriver.chromium.org/downloads
After that you can proceed to edit the Script.
Open emails.py with any TextEditor.
Find and replace 'wowmania' with a random word of your choice
python3 emails.py #slower
python3 cleaned_emails.py #faster
python3 getOpenVPNUsernamePassword.py
- protonvpn-cli
Note: A protonvpn profile must be in place since the script uses
sudo protonvpn configure
. Usesudo protonvpn init
to create one.
python3 script.py
- Selenium-Python - Tool for browser automation
- Hendrik Bgr - Initial work - HendrikBgr
- Prashant Raj - Verification Added - PrashantRaj
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- Add random username and password. ✅
- Print account details to in console ✅
- Add more information to console when running ✅
- Create requirements.txt file for easy installation ✅
- Verification email ✅