Skip to content

grinvlad/tgbot-memeque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgbot-memeque

Description

Telegram bot for putting memes in a queue as media files or text and then sending those to your friend's chat. There is running bot that you can check out: @memefam_bot

Technology stack

Getting Started

First you need to set your env vars in Dockerfile:

TELEGRAM_BOT_TOKEN — token from @BotFather

TELEGRAM_GROUP_CHAT_ID — chat where you want to send memes anonymously. How to get it for your chat

Then you build docker image and run a container:

docker build -t tgbot-memeque .
docker run -d --name memeque -v /local_project_path/db:/app/db tgbot-memeque

For entering running container:

docker exec -it memeque bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors