Skip to content

erlc-tools/erlcpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERLC-py

ERLC-py Codefactor Rating

A python library to communicate with the PRC Private Server API

This is a copy of 0xRaptor/erlc but in python!

Branches

  • master: Stable code. Tested and generally known to work.
  • dev: Probably stable. Tested, but occasionally there are issues. Beta features though.
  • nightly: Unstable. Untested, most times unfinished features.
Setting Up

Setting up is super simple:

# main.py
import erlc

client = erlc.Client(
    globalToken: str | None # Set to None if you do not have a ratelimit key
)

About

A copy of 0xRaptor/erlc, but in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages