Escrow Telegram Bot is bot that acts as a middle man during transactions on Telegram. Created in python using PytelegramBotApi(Telebot) and the official OxaPay API
> git clone https://github.com/NotoriousBigg/EscrowBot
> cd EscrowBot
> pip3 install -r requirements.txt
Modify config.py with the correct details. Get them from their respective website. If stuck, google is so friendly to everyone.
> python3 main.py
Feature | Status |
---|---|
Initialize Trade between two users | ✅ |
Users can join only 1 trade | ✅ |
Seller can request payment from the buyer | ✅ |
Confirm if payment has been recieved | ✅ |
Generate random payment addresses and qr codes | ✅ |
NOTE: This bot has not yet been tested on production. Therefore, if any error occurs, I am not responsible.