https://github.com/jason-cky/telegram-modbot
telegram moderation bot for deleting comments in group chats with polls
https://github.com/jason-cky/telegram-modbot
docker-compose makefile telegram-bot
Last synced: 4 months ago
JSON representation
telegram moderation bot for deleting comments in group chats with polls
- Host: GitHub
- URL: https://github.com/jason-cky/telegram-modbot
- Owner: Jason-CKY
- Created: 2022-03-28T08:33:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T14:41:06.000Z (about 2 years ago)
- Last Synced: 2025-01-11T02:18:31.667Z (over 1 year ago)
- Topics: docker-compose, makefile, telegram-bot
- Language: Go
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Golang telegram mod bot
## Dependencies
- docker (docker-desktop if you are using windows)
- docker-compose (comes with docker-desktop, but can install [here](https://docs.docker.com/compose/install/standalone/) if you are not on windows)
- [>=Go v1.21](https://go.dev/doc/install)
- [Air](https://github.com/cosmtrek/air)
## Features
- [air](https://github.com/cosmtrek/air) for code reloading in dev environment
- [Directus](https://directus.io/) for headless CMS and API routes for CRUD operations
## Quickstart (development mode)
Run `cp .env.example .env`, and fill in the relevant information
```sh
make build-dev
# start golang server with code reloading using air
air
```