Telegram Bot for a hamster
Go to file
cupcakearmy ec5b7eafaa
version bump
2022-01-02 14:42:46 +01:00
.github/workflows deplyment 2021-12-20 15:46:21 +01:00
src version bump 2022-01-02 14:42:46 +01:00
.dockerignore initial 2021-12-20 15:38:11 +01:00
.gitignore initial 2021-12-20 15:38:11 +01:00
.npmrc initial 2021-12-20 15:38:11 +01:00
Dockerfile deployment 2021-12-20 15:41:25 +01:00
README.md readme 2021-12-20 16:08:28 +01:00
docker-compose.yaml readme 2021-12-20 16:08:28 +01:00
package.json version bump 2022-01-02 14:42:46 +01:00
pnpm-lock.yaml initial 2021-12-20 15:38:11 +01:00
tsconfig.json initial 2021-12-20 15:38:11 +01:00

README.md

Hagen Control Center

Docs

Telegram Bot API Telegraf

Deployment

# docker-compose.yaml
version: '3.8'

services:
  app:
    image: ghcr.io/cupcakearmy/hcs
    restart: unless-stopped
    env_file: .env
    volumes:
      - ./data:/app/data
# .env
BOT_TOKEN=<telegram bot token>
HCS_PASSWORD=<password for users>