A Python program to create Tutanota email accounts using Selenium and NordVPN.
- Python
- NordVPN
- ipapi==1.0.4
- names==0.3.0
- nordvpn_switcher==0.3.0
- PyAutoGUI==0.9.53
- PyGetWindow==0.0.9
- requests==2.28.1
- selenium==4.7.2
- webdriver_manager==3.8.5
- None
- check_ip()
- create_account()
- generate_credentials()
- generate_username()
- main()
- initialize_VPN()
- rotate_VPN()
- terminate_VPN()
- Initialize NordVPN with the function
initialize_VPN
. - Get the current location using the
requests
library. - Set up the webdriver with the
webdriver
library. - Loop through the months and generate credentials with the
generate_credentials
function. - Rotate the VPN with the
rotate_VPN
function. - Check the IP address with the
check_ip
function. - Create the account with the
create_account
function. - Terminate the VPN with the
terminate_VPN
function. - Wait 5 minutes and increment the loop index.
- GitHub
https://github.com/kboghe/NordVPN-switcher
None