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
- Host: GitHub
- URL: https://github.com/yepiwt/pickidbot
- Owner: yepIwt
- License: gpl-3.0
- Created: 2021-07-01T15:11:17.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-07-29T14:49:53.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T22:44:00.710Z (about 1 year ago)
- Topics: aiogram, bot, docker, python, telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/PickIDBot
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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