Skip to content

NotoriousBigg/EscrowBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bocchi

Escrow Telegram Bot

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

Installation

Clone this project

> git clone https://github.com/NotoriousBigg/EscrowBot
> cd EscrowBot

Install the dependencies:

> pip3 install -r requirements.txt

Usage

Modify config.py with the correct details. Get them from their respective website. If stuck, google is so friendly to everyone.

> python3 main.py

Features

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.