Skip to content

Instantly share code, notes, and snippets.

View SaeedX302's full-sized avatar
💭
Enjoying My Journy

༯𝙎ค૯𝙀𝘿✘🫀 SaeedX302

💭
Enjoying My Journy
View GitHub Profile
@htoann
htoann / Tiktok API
Last active July 25, 2025 15:23
Tiktok API
{
"info": {
"_postman_id": "6ea46510-3f0c-4367-83bc-da66ddebc8da",
"name": "Tiktok API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "17115154",
"lmao": "https://tiktok.fullstack.edu.vn/api/"
"fix": "posts === videos"
},
"item": [
@weskerty
weskerty / DTG.js
Last active July 22, 2025 14:05
Telegram Sticker Downloader
// dtg.js is a complement to LevanterBot: https://github.com/lyfe00011/levanter
// github.com/weskerty/TGStickerDownloader
// Copyright (C) 2025 Weskerty
//
// Este programa se distribuye bajo los términos de la Licencia Pública General Affero de GNU (AGPLv3).
// Usted puede usarlo, modificarlo y redistribuirlo bajo esa licencia.
// Este software se proporciona SIN GARANTÍA alguna.
// Licencia completa: https://www.gnu.org/licenses/agpl-3.0.html
const fs = require('fs').promises;