Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 715 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 715 Bytes

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/Kourva/User-Generator && cd User-Generator && chmod +x install.sh
  • Run the bot
python3 main.py

Heroku

You can also deploy your bot in Heroku!