Set up our own OTP BOT - Создаем собственный OTP BOT [2023]

Brother

Professional
Messages
2,567
Reputation
3
Reaction score
333
Points
83
DOWNLOAD HERE (Use Virtual Machine for open .zip file !) :

Uses Twilio API and it's open source you can recode it. Unzip ur files and Download ngrok and run ngrok.exe http 5000

- Download python
- Open terminal and install modules

pip install flask
pip install requests
pip install phonenumbers
pip install twilio
pip install pyTelegramBotAPI

• Open cred.py and replace with your data

• Open connect dbase file for host it

• Open terminal and Run Python mainn.py

----

Использует Twilio API и является открытым исходным кодом, вы можете перекодировать его. Распакуйте файлы, скачайте ngrok и запустите ngrok.exe http 5000.

- Скачайте python
- Откройте терминал и установите модули

pip install flask
pip install requests
pip install phonenumbers
pip install twilio
pip install pyTelegramBotAPI

- Откройте файл cred.py и замените его своими данными

- Откройте файл connect dbase для хоста

- Откройте терминал и запустите Python mainn.py
 
Top