https://github.com/pmaru-top/telegetid
TeleGetid is a simple Telegram bot that allows you to retrieve user IDs. It is built using the telebot framework.
https://github.com/pmaru-top/telegetid
golang telebot telegetid telegram telegram-bot
Last synced: 8 months ago
JSON representation
TeleGetid is a simple Telegram bot that allows you to retrieve user IDs. It is built using the telebot framework.
- Host: GitHub
- URL: https://github.com/pmaru-top/telegetid
- Owner: Pmaru-top
- License: mit
- Created: 2025-02-26T08:46:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T13:54:44.000Z (over 1 year ago)
- Last Synced: 2025-02-27T19:30:48.415Z (over 1 year ago)
- Topics: golang, telebot, telegetid, telegram, telegram-bot
- Language: Go
- Homepage: https://t.me/pmaruX
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeleGetid
TeleGetid is a simple Telegram bot that allows you to retrieve user IDs. It is built using the [telebot](https://github.com/tucnak/telebot) framework.
## Features
- Retrieve Telegram user IDs quickly and easily.
- Simple setup and usage.
## Online use
[tele_get_id_bot](https://t.me/tele_get_id_bot)

## How to use
### Windows
[Download](https://github.com/pmaru-top/telegetid/releases/download/1.0.0/telegetid_windows_amd64) and run
### linux_amd64
### OneClick
```sh
bash <(curl -L -s https://raw.githubusercontent.com/Pmaru-top/TeleGetid/refs/heads/main/1click.sh)
```
## How to get bot token
- [@BotFather](https://t.me/BotFather)
## Build manually
```sh
go build -trimpath -ldflags "-s -w -buildid=" -o bin/telegetid ./main
```
or build scripts [build.ps1](build.ps1) (only windows)
## License
This project is licensed under the MIT License.