Skip to content

Instantly share code, notes, and snippets.

@nicpz0
nicpz0 / botcito_galicia.js
Created October 22, 2022 12:19 — 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;