Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 658 Bytes

jaspurrbot

Build Status jaspurrbot is a just-for-fun telegram bot filled with insides jokes for a telegram group with my friends.

Setup

Docker

The bot is run via docker and you need your own telegram bot token.

docker-compose.yml

version: "3"

services:
  telegram-bot:
    container_name: telegram-bot
    hostname: telegram-bot
    build:
      - context: .
      - dockerfile: ./Dockerfile
    image: sebrut/jaspurrbot
    environment:
      - JASPURR_TG_TOKEN=
    restart: unless-stopped