Skip to content
View SheIITear's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Sponsors

@Fonnte
@PurpShell
@devlikepro
Private Sponsor

Organizations

@Testausserveri
Block or Report

Block or report SheIITear

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
SheIITear/README.md

Hi there ๐Ÿ‘‹

I'm a guy who likes to learn coding and other tech related stuff

I use nodejs, typescript, go and sometimes rust and asm.

I'm currently doing absolutely nothing.



Pinned

  1. WhiskeySockets/Baileys WhiskeySockets/Baileys Public

    Lightweight full-featured typescript/javascript WhatsApp Web API

    JavaScript 2.7k 963

  2. Just a piece of code you can use to ... Just a piece of code you can use to handle user authentication (cookies and validating them) in memory. This is not made for anything more than testing / PoC. (ps written for a school project while getting drunk)
    1
    import { randomBytes, createHmac } from 'crypto'
    2
    
                  
    3
    interface UserData {
    4
        cookie: string
    5
        ttl: number