A simple and lightweight Telegram bot that generates strong, secure passwords with a single command.
- Generate strong and random passwords instantly
- Clean and minimal code structure
- Fast, lightweight, and easy to deploy
- Easy configuration through
config.py
Clone the repository:
git clone https://github.com/moradpoor/PasswordGeneratorBot.git
cd your-repopip install -r requirements.txtBefore running the bot, open the file config.py and set the following values:
- TOKEN = "your-telegram-bot-token"
- DEV = 123456789
- TOKEN → Your bot token from @BotFather
- DEV → Your Telegram user ID (for admin access)
- Make sure to fill these fields correctly before running the bot.
- Use the command below to start the bot:
python3 bot.pyOnce started, the bot is ready to generate secure and strong passwords.