Skip to content

1ExtremeDev/AuthGG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AuthGG

AuthGG is a Python library for dealing with Auth.gg apis

Installation

Use the package manager pip to install requests

Add the auth.py file in your application folder

Usage

from auth import *

# Adds the application information to the base
AuthGG.__init__(
    aid="AID",
    apikey="API_KEY",
    secret="SECRET_KEY"
)

# Returns the output of the request
response: str = AuthGG.Action(
    _type="login",
    username="Username", password="Password",
    hwid="hwid"
)
print(response, end='', flush=True)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Credits

The code has been done by ExtremeDev, using the Auth.GG apis.

Links / Socials

ExtremeDev

Discord: str = "ExtremeDev#5865"
Github: str = "https://github.com/1extremedev"

Auth.GG

Website: str = "https://auth.gg/"

About

AuthGG is a Python library for dealing with Auth.gg apis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages