Getting Started
1. Installation
You can install PyAuthGG from PyPI using the Python Package Manager PIP.
$ pip install PyAuthGG
2. Importing
import PyAuthGG
print(PyAuthGG.Version)
3. Example
import PyAuthGG
Admin = PyAuthGG.Administration("API KEY")
print(Admin.FetchUser("xFueY"))
Last updated
Was this helpful?