Skip to content

Instantly share code, notes, and snippets.

@jafechi
jafechi / botcito_galicia.js
Created April 26, 2023 01:36 — 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;