SkillAgentSearch skills...

JuliaBot

Sample modular bot for Gogram

Install / Use

/learn @AmarnathCJD/JuliaBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sample Modular Bot for Gogram

ENV

  • Create a .env file in the root directory of the project

  • BOT_TOKEN : Telegram Bot Token (@BotFather)

  • APP_ID : Telegram API ID (my.telegram.org)

  • API_HASH : Telegram API HASH (my.telegram.org)

  • OWNER_ID : Telegram User ID of Bot Owner

Setting up

  • Install Go 1.18 or higher
git clone https://github.com/amarnathcjd/JuliaBot.git
cd JuliaBot

go mod tidy
go run .

Docker Setup

docker build -t julia .
docker run -d --name julia --env-file .env julia

Features

  • Modular
  • Example Modules
  • Easy to use
  • Extendable

Optional Dependencies

License

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1mo ago
Forks4

Languages

Go

Security Score

95/100

Audited on Feb 28, 2026

No findings