This is a copy of 0xRaptor/erlc but in python!
- 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 is super simple:
# main.py
import erlc
client = erlc.Client(
globalToken: str | None # Set to None if you do not have a ratelimit key
)