apithreads
Version:
Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's [Threads](https://threads.net).
7 lines (6 loc) • 314 B
TypeScript
export declare const DEFAULT_LSD_TOKEN = "NjppQDEgONsU_1LCzrmp6q";
export declare const DEFAULT_DEVICE_ID: string;
export declare const BASE_API_URL = "https://i.instagram.com/api/v1";
export declare const LOGIN_URL: string;
export declare const POST_URL: string;
export declare const POST_WITH_IMAGE_URL: string;