https://github.com/amarnathcjd/juliabot
Sample modular bot for Gogram
https://github.com/amarnathcjd/juliabot
bot gogram modular telegram-bot
Last synced: 12 months ago
JSON representation
Sample modular bot for Gogram
- Host: GitHub
- URL: https://github.com/amarnathcjd/juliabot
- Owner: AmarnathCJD
- License: mit
- Created: 2024-11-07T10:06:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T17:13:35.000Z (about 1 year ago)
- Last Synced: 2025-06-30T23:41:21.453Z (12 months ago)
- Topics: bot, gogram, modular, telegram-bot
- Language: Go
- Homepage:
- Size: 5.78 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Sample Modular Bot for [Gogram](https://github.com/amarnathcjd/gogram.git)
### 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
```bash
git clone https://github.com/amarnathcjd/JuliaBot.git
cd JuliaBot
go mod tidy
go run .
```
### Features
- Modular
- Example Modules
- Easy to use
- Extendable
### Optional Dependencies
- [CairoSVG](https://cairosvg.org/)
```bash
sudo apt-get install cairosvg
```
- [FFmpeg](https://ffmpeg.org/)
```bash
sudo apt-get install ffmpeg
```
- [Ubuntu Fonts](https://design.ubuntu.com/font/)
```bash
sudo apt install fonts-ubuntu
```
- [Vorbis Tools](https://xiph.org/vorbis/)
```bash
sudo apt-get install vorbis-tools
```
### License
- [MIT](LICENSE)