Skip to content

Instantly share code, notes, and snippets.

View Arielcito's full-sized avatar
🏠
Working from home

Ariel Serato Arielcito

🏠
Working from home
View GitHub Profile
@dcatanzaro
dcatanzaro / botcito_galicia.js
Last active January 26, 2024 22:36
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;