Simple Python Auth.GG Package
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file PyAuthGG-1.0.7.tar.gz
.
File metadata
- Download URL: PyAuthGG-1.0.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3e2e6b85fd2b8e2df3f7d64a7cd117c03e2efb9e53c04b4a18a96dce31313dd |
|
MD5 | 2a11ff3a59f4a07536c3b5f8ffd77daf |
|
BLAKE2b-256 | ae3f4a85429cdcc30ccc0355af66b3b1b17d16191d7e0476c8241616a982d2af |
File details
Details for the file PyAuthGG-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: PyAuthGG-1.0.7-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 723c42ba16921ca4333bda3a8e7cf072606cba4c4aeedb4f79bb987b3e88a9d6 |
|
MD5 | ab439555e6899d7d61dcc9d0a9b2ee85 |
|
BLAKE2b-256 | 03e7d00a93b1e20c9907647fdfa7f32240d6184fb6c2d14f2afa414cc007197e |