Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
/ Windscribe Public archive

A python wrapper library for Windscribe CLI

License

Notifications You must be signed in to change notification settings

ShayBox/Windscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windscribe

A python wrapper library for Windscribe CLI

This is based on anton.alvariumsoft/python-windscribe-cli-wapper

This was tested with Windscribe CLI v1.4
Note: Sometimes Windscribe CLI has errors with its commands, I can't fix this

Requirements

Install

$ pip install git+https://github.com/shaybox/windscribe.git

Usage

import windscribe

status = windscribe.status()
print(status)

account = windscribe.account()
print(account)

windscribe.connect("Vice")

windscribe.firewall()
windscribe.firewall("auto")

windscribe.lanbypass()
windscribe.lanbypass("on")

locations = windscribe.locations()
print(locations)