JuliaBot
Sample modular bot for Gogram
Install / Use
/learn @AmarnathCJD/JuliaBotREADME
Sample Modular Bot for Gogram
ENV
-
Create a
.envfile 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
-
sudo apt-get install cairosvg -
sudo apt-get install ffmpeg -
sudo apt install fonts-ubuntu -
sudo apt-get install vorbis-tools
