nothingbutlucas / dev_friend_bot

Hice este bot para capturar el id de los stickers de telegram

Home Page:https://t.me/dev_friend_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stickers ID Bot

How to use it 🤖

  1. Start Command

  2. Send Sticker

  3. Test it

How to use it? 💻

Go to dev_friend_bot and use it!

How to run it on local?

Get the image

Get it

Get the image from here with this command:

docker pull nothingbutlucas/dev_friend_bot:latest

Or Build the image yourself

git clone https://github.com/nothingbutlucas/dev_friend_bot
cd dev_friend_bot
docker build -t dev_friend_bot:latest .

Create the docker-compose yml

services:
  app:
    image: nothingbutlucas/dev_friend_bot:latest
    environment:
      TOKEN: "HERE_YOUR_TELEGRAM_TOKEN"
      LOGGING_LEVEL: INFO
    command: ["python3", "-u", "main.py"]

Run docker-compose up

docker-compose up -d

Credits 💳

Este bot se creo usando la libreria de python-telegram-bot (PTB)

About

Hice este bot para capturar el id de los stickers de telegram

https://t.me/dev_friend_bot

License:GNU General Public License v3.0


Languages

Language:Python 97.2%Language:Dockerfile 2.8%