An open API service indexing awesome lists of open source software.

https://github.com/yepiwt/pickidbot

TG Bot for receiving the sent type ID
https://github.com/yepiwt/pickidbot

aiogram bot docker python telegram telegram-bot

Last synced: about 2 months ago
JSON representation

TG Bot for receiving the sent type ID

Awesome Lists containing this project

README

          

# Pick ID Bot

## _Receiving the sent type ID_

If you want to find out the `file id` of a document or photo in a telegram, then *just send it to the bot*

### Example

![](https://i.imgur.com/kOchhd3.png)

## Docker

Insert Telegram bot token into `Dockerfile`. Run these commands:
```sh
docker build -t picker .
docker run --name PickIDBot -d picker
```