https://github.com/jason-cky/telegram-reminderbot
reminderbot in telegram, written in python
https://github.com/jason-cky/telegram-reminderbot
docker-compose makefile telegram-bot
Last synced: 6 months ago
JSON representation
reminderbot in telegram, written in python
- Host: GitHub
- URL: https://github.com/jason-cky/telegram-reminderbot
- Owner: Jason-CKY
- Created: 2022-03-28T07:44:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T14:00:36.000Z (about 2 years ago)
- Last Synced: 2024-05-20T08:35:02.004Z (about 2 years ago)
- Topics: docker-compose, makefile, telegram-bot
- Language: Python
- Homepage:
- Size: 335 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Golang telegram reminder 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
```