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

https://github.com/frenchbread/get-telegram-user-id-by-username-bot

Get telegram user's ID by username bot.
https://github.com/frenchbread/get-telegram-user-id-by-username-bot

Last synced: about 1 month ago
JSON representation

Get telegram user's ID by username bot.

Awesome Lists containing this project

README

        

# get-telegram-user-id-by-username-bot

> Telegram Bot that responds to messages with sender's user ID.

Try yourself by texting anything to [this bot](https://telegram.me/get_userId_by_username_bot).

## Setup

Install dependencies

```bash
$ yarn install
```

Start bot

```bash
$ yarn run start
```

## LICENSE

[MIT](https://github.com/frenchbread/get-telegram-user-id-by-username-bot/blob/master/LICENSE)