Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/userinfobot

UserInfo telegram bot to get your account info
https://github.com/kourva/userinfobot

py-telegram-bot-api python python3 telegram-bot user-info-bot

Last synced: about 2 months ago
JSON representation

UserInfo telegram bot to get your account info

Awesome Lists containing this project

README

        





UserInfoBot


![Firefox_Screenshot_2023-01-12T15-57-54 660Z](https://user-images.githubusercontent.com/118578799/212116465-3493995b-fb59-47aa-a949-d7b61a293d2a.png)

UserInfo telegram bot to get your account info
+ first name
+ last name
+ username
+ chat id

# Configuration
+ open **conf.py** and set your bot token
+ you can request one from [BotFather](https://t.me/botfather) in Telegram

# Installation
+ clone
```bash
git clone https://github.com/Kourva/UserInfoBot && cd UserInfoBot
```
+ requirements
```bash
pip install pytelegrambotapi
```
+ run
```bash
python3 main.py
```

> Hope you enjoy :)