VeilCord // @imvast
Project description
VeilCord.
> Custom Discord Tools Going To Be Used For My Projects
And Available To Anyone Else Who Wants To Use <
Installation
! package NOT FULLY available for non-personal use !
Example Usage
from veilcord import VeilCord
veilcord = VeilCord(
session = None, # for custom tls_client sessions
device_type = "browser", # types : browser, mobile, app
user_agent = None # for custom user agent
)
# GETTING X-Super-Properties
xsup = veilcord.generateXProp()
print(f"(+) Retrieved XSup: {xsup}")
# GETTING ALL THE COOKIES AND FINGERPRINT
fp, cookies = veilcord.getFingerprint(xsup, cookieType="json")
print(f"(+) Retrieved Fingerprint: {fp}")
print(f"(+) Retrieved Cookies: {cookies}")
# returns a set. [0] - Fingerprint | [1] - COOKIESJAR or JSON
# GET THE NEW SESSION ID BS
session = veilcord.openSession()
token = ""
sessionID = veilcord.getSession(
session = session, # the session returned from veilcord.openSession()
token = token, # obv the token
keep_alive = False, # keep the session alive | only needed if ur code is slow (avg. session is live for ~40 seconds.)
show_hb = False # prints when it sends the heartbeat and when the next one is
)
print(f"(+) Got Session ID: {sessionID}")
# close the session, if keepAlive is enabled.
# veilcord.closeSession(session)
* imvast@discord | imvast@github | vast.sh *
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
veilcord-0.0.3.1.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file veilcord-0.0.3.1.tar.gz
.
File metadata
- Download URL: veilcord-0.0.3.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dd0241ccc559955cc3c84ae7b4f590b06cd9df997898b0d567970d2daebbadc |
|
MD5 | 2c1093fd0e298e654f9f038f8d97ed07 |
|
BLAKE2b-256 | 8619c02e9d58d1c3945b1006b77bf8d46a280ccdac9b04e4ef4e8f71162fb03f |
File details
Details for the file veilcord-0.0.3.1-py3-none-any.whl
.
File metadata
- Download URL: veilcord-0.0.3.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3018d531e982a5caa8353f5db85734ab21df1aa8058870e5319902ca32013871 |
|
MD5 | 53b0256ca3bdf0736c3761b86e6b0998 |
|
BLAKE2b-256 | c37746bb8f709c43aedd2019090c482ccbd329ea4c4272c80775dc9b0d7ffc62 |