Introduction
Simple Python Auth.GG Package
- Simple
- Lightweight
- User Friendly
All functions will return the response directly from https://auth.gg/ without modifying them. This allows you to do just what you want with the information instead of being restricted to what this package does and can do.
To Do:
- Application API Support
- Admin API Support
- In Depth Documentation
- Support License Format 4 {PREFIX}-{LENGTH}
- Fix ChangePassword
Startup Guide
Read the Docs for in depth documentation.
Installation:
pip install PyAuthGG
Application API Example:
import PyAuthGG
App = PyAuthGG.Application("API Key", "AID", "Application Secret")
print(App.Info())
Admin API Example:
import PyAuthGG
Admin = PyAuthGG.Administration.Administration("Admin API Key")
print(Admin.FetchUser("xFueY"))
Application API Functions Available:
In Depth Documentation: Docs
App = PyAuthGG.Application("API", "AID", "SECRET")
App.Info()
App.Login(Username, Password)
App.Register(License, Username, Email, Password)
App.Extend(License, Username, Password)
App.ForgotPassword(Username)
App.ChangePassword(Username, Password, NewPassword)
App.Log(Username, Action)
Admin API Functions Available:
In Depth Documentation: Docs
Admin = PyAuthGG.Administration("API")
Admin.FetchUser(Username)
Admin.FetchUsedLicenses(Username) # Custom Function That Returns All Licenses Used By A User
Admin.FetchUsers()
Admin.FetchUserCount()
Admin.DeleteUser(Username)
Admin.ChangeVariable(Username, Variable)
Admin.ChangePassword(Username, Password)
Admin.FetchLicense(License)
Admin.FetchLicenses()
Admin.FetchLicenseCount()
Admin.DeleteLicense()
Admin.UnuseLicense()
Admin.UseLicense()
Admin.GenerateLicense(Amount, Days, Level, Format, Prefix)
Admin.FetchHWID(Username)
Admin.ResetHWID(Username)
Version 1.0.7 - 25th January 2021
- Added Administration.ChangeRank()
- Added Administration.SetHWID()
- Added Application.GetHWID()
Version 1.0.6 - 30th December 2020
- Added Application.Status()
- Added Administration.Status()
- Added Administration.UseLicense()
- Added Support For License Format 4 {PREFIX}-{LENGTH}
Version 1.0.5 - 28th December 2020
- Added ReadMe Content
- Fixed ResetPassword
Version 1.0.4 - 28th December 2020
- Version & PyPI
Version 1.0.3 - 28th December 2020
- Version & PyPI
Version 1.0.2 - 28th December 2020
- Version & PyPI
Version 1.0.1 - 28th December 2020
- Version & PyPI
Version 1.0.0 - 28th December 2020
- Initial Release
Release files for PyAuthGG 1.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyAuthGG-1.0.7.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| PyAuthGG-1.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.1 kB
Release files / PyAuthGG-1.0.7.tar.gz
| Download URL | PyAuthGG-1.0.7.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3e2e6b85fd2b8e2df3f7d64a7cd117c03e2efb9e53c04b4a18a96dce31313dd
|
|
BLAKE2b-256 checksum How to use checksums |
ae3f4a85429cdcc30ccc0355af66b3b1b17d16191d7e0476c8241616a982d2af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
|
Release files / PyAuthGG-1.0.7-py3-none-any.whl
| Download URL | PyAuthGG-1.0.7-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
723c42ba16921ca4333bda3a8e7cf072606cba4c4aeedb4f79bb987b3e88a9d6
|
|
BLAKE2b-256 checksum How to use checksums |
03e7d00a93b1e20c9907647fdfa7f32240d6184fb6c2d14f2afa414cc007197e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
|