Skip to content

Instantly share code, notes, and snippets.

@Zhinon
Zhinon / botcito_galicia.js
Created October 18, 2022 20:27 — forked from dcatanzaro/botcito_galicia.js
Botcito para el Galicia
const axios = require("axios");
let lastIndexMovement = 0;
const TELEGRAM_BOTID = "";
const TELEGRAM_CHATID = ";
class Telegram {
sendTelegramMessage(message) {
const botId = TELEGRAM_BOTID;