Getting Started

1. Installation

You can install PyAuthGGarrow-up-right from PyPIarrow-up-right using the Python Package Manager PIP.

$ pip install PyAuthGG

2. Importing

MyApplication.py
import PyAuthGG
print(PyAuthGG.Version)
circle-info

You can use PyAuthGG.Version to make sure that you are always using the newest version.

3. Example

MyApplication.py
import PyAuthGG

Admin = PyAuthGG.Administration("API KEY")
print(Admin.FetchUser("xFueY"))
circle-info

You can get your API key in the application settings on Auth.GGarrow-up-right.

Last updated