Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/userinfobot
- Owner: Kourva
- Created: 2023-01-12T15:55:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:53:24.000Z (4 months ago)
- Last Synced: 2024-10-15T06:36:37.813Z (2 months ago)
- Topics: py-telegram-bot-api, python, python3, telegram-bot, user-info-bot
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)