Skip to content

Kourva/User-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!