Tested on Windows 10 x64, Anniversary Update
17.09.2017
-
Set up an OpenVPN connection following this guide
-
Generate a TA key and place it in the same folder as the other certificates/keys:
Tested on Windows 10 x64, Anniversary Update
17.09.2017
Set up an OpenVPN connection following this guide
Generate a TA key and place it in the same folder as the other certificates/keys:
| # import the requests Python library for programmatically making HTTP requests | |
| # after installing it according to these instructions: | |
| # http://docs.python-requests.org/en/latest/user/install/#install | |
| import requests | |
| import json | |
| # import the BeautifulSoup Python library according to these instructions: | |
| # http://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-beautiful-soup | |
| # use this syntax as described on the documentation page: | |
| # http://www.crummy.com/software/BeautifulSoup/bs4/doc/#making-the-soup |