Skip to content

Instantly share code, notes, and snippets.

View Kine-code's full-sized avatar
🎯
Focusing

Dương Công Kiên Kine-code

🎯
Focusing
View GitHub Profile
@Kine-code
Kine-code / SoChiTieu.gs
Created March 11, 2025 08:17 — forked from NoCtrlZ1110/SoChiTieu.gs
Telegram to Google Sheet || Subscribe to my channel: https://bit.ly/van-huy-dev-youtube
// Constants
const TOKEN = `<YourTokenHere>`;
const BASE_URL = `https://api.telegram.org/bot${TOKEN}`;
const CHAT_ID = '<ChatId>';
const DEPLOYED_URL = '<YourScriptDeployedURL>';
const SUM_CELL = 'G2';
const METHODS = {
SEND_MESSAGE: 'sendMessage',
SET_WEBHOOK: 'setWebhook',