Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.
/ justvpn Public archive

一个方便连接江苏科技大学内网的Python库

License

Notifications You must be signed in to change notification settings

Koswu/justvpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUSTVPN

image image image

一个方便使用江苏科技大学VPN访问网站的Python库

对Python的request库中Session类进行了简单封装,Demo为访问知网

依赖:

  • bs4
  • requests
  • lxml

安装方法:

Ubuntu:

sudo apt update && sudo apt upgrade
sudo apt install python python-pip
sudo pip install justvpn

Arch Linux:

sudo pacman -Syu python python-pip
sudo pip install justvpn

获取并运行测试样例:

Ubuntu:

sudo apt update && sudo apt upgrade
sudo apt install git
git clone https://github.com/Koswu/justvpn.git
cd justvpn/tests
python ./*.py

Arch Linux:

sudo pacman -Syu && sudo pacman -S git
git clone https://github.com/Koswu/justvpn.git
cd justvpn/tests
python ./*.py