Skip to content

akazukin5151/ProtonVPN-server-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ProtonVPN-server-load

Alternative to checking https://protonvpn.com/vpn-servers everytime you want to connect to a ProtonVPN server

Uses the ProtonVPN API here

Servers are restricted based on your plan (free, basic, plus), which corresponds to the Tier value of each server. Tier 0 is free, Tier 1 is basic, Tier 2 is plus. This script looks for servers in both Tier 1 and 2, but you can easily edit it at lines 37 to 41

Usage:

>>> import vpn_servers as vpns
>>> vpns.find_a_server_in("JP")
JP#25: 6%
>>> vpns.find_a_server_in("CH") # Switzerland
CH#5: 15%

You can get the country codes here

About

Get server load of ProtonVPN servers, given country location

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages