VeilCord // vast#1337
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
cookies = veilcord.getFingerprint(xsup)
print(f"(+) Retrieved Fingerprint: {cookies[0]}")
# returns a set. [0] - Fingerprint | [1] - COOKIESJAR
# GET THE NEW SESSION ID BS
token = ""
sessionid = veilcord.getSession(
token = token, # obv the token
type = 1, # type : 1 - web | 2 - app
keepAlive = False # keep the session alive | only needed if ur code is slow (avg. session is live for ~40 seconds.)
)
print(f"(+) Got Session ID: {sessionid}")
# close the session, if keepAlive is enabled.
# veilcord.closeSession(token)
* vast#1337 | imvast@github | vast.gay *
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.2.tar.gz
(8.1 kB
view details)
Built Distribution
File details
Details for the file veilcord-0.0.2.tar.gz
.
File metadata
- Download URL: veilcord-0.0.2.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1e1da7d64e8429f5f7e9686d95ad206e99a6ea1771076d802628afcedaa2e6e |
|
MD5 | dea6c339c43a6559c1366ec5062a28ea |
|
BLAKE2b-256 | 332a0e2b49e5f7b417ea26874c4bb106ecf500f61772d59f4246dcd62eb7bed2 |
File details
Details for the file veilcord-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: veilcord-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.3 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 | cf8323f764e71a601c29b1f5fe2ffa529fa45d1735b81055c7e30600367cad9e |
|
MD5 | 9bf78bcf6c4e99b5ac16a0276e4d9225 |
|
BLAKE2b-256 | 8e9e5c69c2ea52ad13360465cedac2be8d45bd730ff9065a0989de02a88c4936 |