Skip to content

This is a simple vpngate python script to generate the .ovpn config file to connect to the free vpn server provided by the vpngate.

Notifications You must be signed in to change notification settings

binary-ibex/vp-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VP-FETCH

Simple python script to generate .ovpn config file. It fetch free vpn server information from https://www.vpngate.net/en/ .

Installation

pip3 install -r requirements.txt

Use

python3 vp-fetch.py

Select the country from the list and press enter.

Select the country

<country_name>.ovpn file will be save in current working dir. In my case I select Canada.

file saved with selected country name

file in the folder

folder

To connect to the vpn server use the command

sudo openvpn Canada.ovpn

System

  • Ubuntu 20.04
  • python 3.7.9 and 3.8.5

Requirements

  • required python libraries

    • bullet
    • pandas
    • bs4
    • requests
  • openvpn client

About

This is a simple vpngate python script to generate the .ovpn config file to connect to the free vpn server provided by the vpngate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages