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

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.

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)

![](1.png)

## 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.