8000 GitHub - krissh-wtf/ebahi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

krissh-wtf/ebahi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebahi

a nim library for the private discord user api

WORK IN PROGRESS !!!!!!!!!!!!

usage

login thru email and password (supports mfa if needed):

import ebahi

let 
    request = login("john@doe.net", "coolboy123", 123456, totp)
    response = response(request.body)

echo "logged in as: " & response["username"]

login thru token

import ebahi

let 
    request = login("A1B2C3D4BLAGJKDL")
    response = response(request.body)

echo "logged in as: " & response["username"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0