1
0
Fork
You've already forked zebot
0
A multitask telegram bot https://t.me/thezebot_bot
  • Go 100%
2026年05月29日 16:46:28 +02:00
api api(weather): make city a required query parameter 2026年05月29日 16:13:32 +02:00
.env.example feat: implement /weather command supporting city, relying on OpenWeather Forecast and Geocoding APIs, and update debug logging 2026年05月09日 14:55:31 +02:00
.gitignore Create first program for the bot, and example env file as well as the OAS draft 2026年05月04日 14:55:35 +02:00
api.go api(message): add a query param for quoted message id and add timeout to quote pending messages at startup 2026年05月29日 16:45:29 +02:00
go.mod Create first program for the bot, and example env file as well as the OAS draft 2026年05月04日 14:55:35 +02:00
go.sum Create first program for the bot, and example env file as well as the OAS draft 2026年05月04日 14:55:35 +02:00
LICENSE Switch license to AGPL 2026年05月13日 00:09:21 +02:00
main.go api(message): add a query param for quoted message id and add timeout to quote pending messages at startup 2026年05月29日 16:45:29 +02:00
README.md Update README 2026年05月28日 21:15:29 +02:00
server.go api(message): add a query param for quoted message id and add timeout to quote pending messages at startup 2026年05月29日 16:45:29 +02:00
zebot_spec.yaml Update OAS 2026年05月29日 16:46:28 +02:00

zebot

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need to install the Go compiler.

Installation

  1. Clone the repo
    git clone https://codeberg.org/pgmtx/zebot.git
    
  2. Create a .env file with the same structure as .env.example
  3. Use go run . to run the program. During development, prefer using gow. It automatically rebuilds on save.

Which APIs did I use?

License

Distributed under the AGPL License. See LICENSE for more information.