Skip to content

SebRut/jaspurrbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published