Skip to content

Craxti/p2p_binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥TezP2PCheck🔥

Parser of p2p orders on binance. Console version and Telegram bot
idea:

When tracking the rate on the Binance P2P platform, when you just want to enter to check the rate or you are engaged in currency arbitrage, you often encounter the problem of long loading of the site and order loading. Go to the site-->🔄Wait for loading🔄-->Select fiat-->🔄Wait for banks to load🔄-->Select bank-->🔄Wait for loading🔄. Only after at least four loads we can see the result. Idea Project - Performance/Functionality. We get a much faster view orders


CONSOLE VERSION

functionality:
  • 📃Main page - page at start and exit from the result
    • Search for a buy or sell order (select the number that appears on the screen)
  • 💵Currency
    • Parsing all available currencies at the moment (will load itself if there are changes on the site)
    • The most popular currencies are displayed at the top
  • 📈Сryptocurrency
    • Parsing available cryptocurrencies by your currency
  • 🏦Banks
    • Parsing of all available banks by currency at the moment
    • If you enter "00" in the console, the next 90 banks will be displayed, if there are more than 90 - you will be prompted to enter "00" again then it will show all the banks in full
    • You can enter a bank without the output of all banks (just select the number)
  • ✅Result
    • Parsing ten orders from your data
    • Outputs order type -> bank -> price cryptocurrency - fiat -> order volume.



TELEGRAM BOT

# Create a venv for the bot
python -m venv venv
cd: .\venv\Scripts\activate
pip install -r requirements.txt

Creating a file to run via .bat

Create file run_bot.bat

Write to a file:

@echo off
call %~dp0venv\Scripts\activate
::token with bot
set TOKEN= token with @botfather

python run.py
pause

Start run_bot.bat file

 <h5><em>underway...</em></h5>

binance-p2p-bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages