Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amarnathcjd/juliabot
Sample modular bot for Gogram
https://github.com/amarnathcjd/juliabot
bot gogram modular telegram-bot
Last synced: about 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T12:00:40.000Z (about 1 month ago)
- Last Synced: 2024-11-14T12:33:51.673Z (about 1 month ago)
- Topics: bot, gogram, modular, telegram-bot
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 3
- Watchers: 1
- 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 JuliaBotgo 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
```### License
- [MIT](LICENSE)