Skip to content

Instantly share code, notes, and snippets.

View mhqb365's full-sized avatar
🤔
Đang hoài nghi nhân sinh

Mai Hoàng Quốc Bảo mhqb365

🤔
Đang hoài nghi nhân sinh
View GitHub Profile
@mhqb365
mhqb365 / ThuChiTelegramBot.gs
Last active February 16, 2024 12:03 — forked from NoCtrlZ1110/SoChiTieu.gs
Telegram to Google Sheet: Thu Chi TelegramBot
// Constants
const TOKEN = `Telegram API Key`;
const BASE_URL = `https://api.telegram.org/bot${TOKEN}`;
const CHAT_ID = 'ChatID';
const DEPLOYED_URL = 'Script Deploy URL';
const SUM_CELL_CHI = 'E2';
const SUM_CELL_THU = 'F2'
const CON_LAI = 'G2'
const METHODS = {