An open API service indexing awesome lists of open source software.

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

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
```