/User-Generator

Random user generator Telegram bot

Primary LanguagePython

User-Generator

Random user generator Telegram bot

fore more information check RandomUser Website
example of response in data.json

Config

line 13 -> Your bot token from BotFather

  • You can change the commands or whatever you want

Install

  • You can simply run install.sh or do it manually below

  • Install requirements

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

Heroku

You can also deploy your bot in Heroku!