Skip to main content

VeilCord // @imvast

Project description

VeilCord.

followers
                > 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 commercial usage !
pip install veilcord

Example Usages

from veilcord import VeilCord

veilcord = VeilCord(
    session = None, # for custom tls_client sessions
    device_type = "browser", # types : browser, mobile, app (aka desktop)
    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, 
    withCookies = True, # true or false -- will return cookies that are returned in the expirements req
    cookieType = "json" # if withCookies is true this can be either "json" or "cookiejar"  -- by default its cookiejar
)
print(f"(+) Retrieved Fingerprint: {fp}")
print(f"(+) Retrieved Cookies: {cookies}")
# returns a tuple.  [0] - Fingerprint  |  [1] - COOKIESJAR or JSON
# GET THE NEW SESSION ID BS  || this can also be used for websocket connection scroll down to see example

sessionID = veilcord.getSession(
    token = "",
)
print(f"(+) Got Session ID: {sessionID}")
## Getting Discord build number

buildNum = VeilCord.getBuildNum()
print(buildNum)

# -- or with all the extra stats

buildNum, buildTS, url = VeilCord.getBuildNum(withStat=True)
print("URL:", url)
print("Build Number:", buildNum)
print("Build Timestamp:", buildTS)

Custom Sessions

session = veilcord.openSession(
    custom_rpc = {
        "status": "online",
        "since": 0,
        "activities": [{
            "name": "Custom Status",
            "type": 4,
            "state": "vast#1337",
            "emoji": ""
        }],
        "afk": False
    }
)

veilcord.getSession(
    token = "", # obv the token
    session = session, # the session returned from veilcord.openSession()  (if u are using keepAlive)
    keep_alive = True,  # keep the session alive until closed with veilcord.closeSession()
    show_hb = True # prints when it sends the heartbeat and when the next one is
)

# close the session, if keepAlive is enabled.
veilcord.closeSession(session)

* imvast@discord | imvast@github | vast.sh *

Project details


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.4.7.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

veilcord-0.0.4.7-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file veilcord-0.0.4.7.tar.gz.

File metadata

  • Download URL: veilcord-0.0.4.7.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for veilcord-0.0.4.7.tar.gz
Algorithm Hash digest
SHA256 84b18bae4fd244198261408ac05ffa3a5abc37ebfbc53f5dfd103d62bcb2d1e4
MD5 b40591173d53604469c3ef2bf47c6f39
BLAKE2b-256 05d0c028212824133bd708a05293f539c4deec375682bd85440212960d32e194

See more details on using hashes here.

File details

Details for the file veilcord-0.0.4.7-py3-none-any.whl.

File metadata

  • Download URL: veilcord-0.0.4.7-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for veilcord-0.0.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 dc9f2ec95e3c8317c79308cab54abf8eb57075866226515312b3c98ce937868e
MD5 6e5548399abec1d59677868024c28f15
BLAKE2b-256 0d22ceb56a23470ddbc36ad713d56f8a6333fbbcc93539ca554780455e8988da

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page