emiliogq / arnaugrisobot

Arnau Griso Telegram Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arnau Griso Telegram Bot

This is an unofficial telegram bot created by Arnau Griso fans.

Getting started

A Docker image is provided to run the Telegram bot:

docker build -t arnaugrisobot .

Once it is build, the telegram bot can be started like this:

docker run -d --name arnaugrisobot --restart always -v ${PWD}:/arnaugrisobot -w /arnaugrisobot arnaugrisobot <telegram-bot-token>

NOTES

  1. Keep in mind that you need to pass the telegram-bot-token
  2. The bot needs a songs.txt file to read the sentences

About

Arnau Griso Telegram Bot


Languages

Language:Python 97.6%Language:Dockerfile 2.4%