Skip to content

sistemocl/telgobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Bot using Telegram and Golang

This project implements a chat bot using Telegram and Golang, telebot, chromedp y .env. The bot is designed to respond to specific commands and perform certain actions.

docker pull ignacio355/telegram_bot:latest
docker run -d --name telegram_bot -e BOT_TOKEN="your_bot_token" -e USER="your_user" -e PASSWORD="your_password" -e ADMIN_USER="your_admin_user" -e ADMIN_PASS="your_admin_pass" -e ADMIN2="your_admin2" -e PASS2="your_pass2" ignacio355/telegram_bot:latest

License

This project is licensed under the MIT License.