Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/user-generator

Random user generator Telegram bot
https://github.com/kourva/user-generator

bot heroku python telegram telegram-bot user-generator

Last synced: 10 days ago
JSON representation

Random user generator Telegram bot

Awesome Lists containing this project

README

        

# User-Generator

Random user generator Telegram bot
> fore more information check [RandomUser Website](https://randomuser.me/)
> example of response in **data.json**

# Config
**line 13** -> Your bot token from [BotFather](https://t.me/botfather)
+ You can change the commands or whatever you want

# Install
+ You can simply run install.sh or do it manually below

+ Install requirements
```bash
pip install requests pytelegrambotapi
```
+ Clone repository
```bash
git clone https://github.com/Kourva/User-Generator && cd User-Generator && chmod +x install.sh
```
+ Run the bot
```bash
python3 main.py
```

# Heroku
You can also deploy your bot in [Heroku](https://www.heroku.com)!