Skip to main content

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.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

PyAuthGG-1.0.6.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

PyAuthGG-1.0.6-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file PyAuthGG-1.0.6.tar.gz.

File metadata

  • Download URL: PyAuthGG-1.0.6.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for PyAuthGG-1.0.6.tar.gz
Algorithm Hash digest
SHA256 9889ce4915a7af22dfcc54a0e93f6644d9fa4cb7ffadb4237ec86be5ef244b24
MD5 c9f2a092a52479c79dd3374814393566
BLAKE2b-256 43addd0edd39e0b10ed477662243099f9b17c5c63179a825a3df41796f66a468

See more details on using hashes here.

File details

Details for the file PyAuthGG-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: PyAuthGG-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for PyAuthGG-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 9d500c2aa9447d62e2548bc4404ff409784fd64a35d7457237e2431b52e97df6
MD5 fea88cf7a52bba11b33e5ff6e36e223e
BLAKE2b-256 eee5bc4eb190be5478027972e32657c3bf40116934a5b4dbb154fa862b7f2b96

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page