Skip to content

Instantly share code, notes, and snippets.

@minoxd
minoxd / SoChiTieu.gs
Last active February 12, 2024 08:11 — forked from NoCtrlZ1110/SoChiTieu.gs
Telegram to Google Sheet: Subscribe to my channel: https://bit.ly/van-huy-dev-youtube
// original by NoCtrlZ
// https://gist.github.com/NoCtrlZ1110/6bc7dd58d9512a4710c151c6e20478ca
// customized by minoxd114
// 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';