Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AuthCord/authcord-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

Authcord [Live Beta]: Python Library with Examples

Find more info and get api access by joining our Discord

Authcord python library

The Authcord library is a Python module that allows you to easily communicate with the Authcord API.

Documentation

see the Authcord docs

Installation

If you don't want to install from the source you can run:

pip install authcord

If you do want to install from the source you can run:

python setup.py

Usage

Before using the authcord module you must set your Authcord APIKEY by writing the bellow code:

authcord = Authcord("YOUR_USER_LEVEL_APIKEY")

once you have set your Authcord APIKEY you can now use the functions.

Functions
check_hwid

Example:

from authcord import Authcord
# Create an instance of the Authcord class and pass in your API key
api = Authcord("YOUR_USER_LEVEL_API_KEY")
# Use the check_hwid method to check the status of a HWID
hwid = "testhwid"
response = authcord.check_hwid(hwid)
# check the response 
if response["Response"] == "Valid":
 print("HWID is valid.")
else:
 print("HWID is not valid.")

About

Python Example using the Authcord Python Library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /