Leask / halbot

Just another `ChatGPT` / `Gemini` / `Mistral (by ollama)` Telegram bob, which is simple design, easy to use, extendable and fun.
https://leaskh.com/post/711636926789271552/halbot
MIT License
101 stars 16 forks source link

new version which can deploy to railway #32

Open mccoysc opened 1 year ago

mccoysc commented 1 year ago

this is the forked project that has been fixed some bugs.(https://github.com/mccoysc/halbot) Deploy on Railway

mccoysc commented 1 year ago
  1. the old project would re-init and make telegram bot report:"only one bot can be run at the same time".
  2. the old project use "~/.config.json" as config file,but the forked can use process.env.BOT_CONFIG to store config json string.
Leask commented 1 year ago

Rejected.

Leask commented 1 year ago

Actually, adding process.env and railway support is good. I will follow some changes and support env beehive. But I am not going to remove the traditional config file loading.