Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/user-generator
- Owner: Kourva
- Created: 2022-11-27T08:35:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:39:37.000Z (2 months ago)
- Last Synced: 2024-10-15T06:36:38.077Z (23 days ago)
- Topics: bot, heroku, python, telegram, telegram-bot, user-generator
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)!