a telegram web bot that generate strong random password. it's a simple example of the Web Bot (new feature in Telegram Bot Api 6.0)
Report Bug
·
Request Feature
Table of Contents
Here's a Simple telegram web bot that generate strong random password with nice UI. the web bot theme used in this example changes based of the theme that client use in telegram. its also user keyboard button to launch the web app, you can change it to inline keyboard just consider that you must validate the incoming data, for validating data see this repo.
These instructions will get you a copy of these webbot. You'll need Git and composer.
- Follow the instructors detailed here
- Clone the repo
git clone https://github.com/OxMohsen/pass-generator-webbot.git
- Move to the directory
cd pass-generator-webbot
- Install composer packages
composer install
- change the data in
Config.php
. - set the webhook.
http://example.com/TgBot.php?s=SUPPER_SECRET_TEXT&a=set
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Mohsen Falakedin - [email protected]
Project Link: https://github.com/OxMohsen/pass-generator-webbot