Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/7vlad7/python-outline

Simple and easy to use wrapper for the Outline VPN API.
https://github.com/7vlad7/python-outline

api outline outline-vpn python python-3 python3 shadowsocks wrapper

Last synced: about 1 month ago
JSON representation

Simple and easy to use wrapper for the Outline VPN API.

Awesome Lists containing this project

README

        

###################################################
python-outline - Python wrapper for Outline VPN API
###################################################

**python-outline** is a best python wrapper for `Outline API `_.

It is a simple and easy to use wrapper for the Outline API.

**********
How to use
**********

.. code:: python

from outline.client import OutlineClient

client = OutlineClient(base_url="https://localhost:777/secretpath")

new_key = client.new()

new_key.rename("This is a new name")

# set a data limit of 1GB
new_key.change_data_limit(1000000000)

new_key.url("my key with 1GB limit")
# ss://[email protected]/?outline=1#my key with 1GB limit