Wazirx Bot
Wazirx bot written in python with selenium
What can it do?
Mostly anything that you can do on Wazirx web.
Except login/signup. Login support will be added in the future.
Since signup is mostly a one time process, users should create account first
and then use the library.
How to use interaction_lib
from src.interaction_lib.interactions import WazirxWeb
WazirxWeb().start_console()
This will start a loop where in you can enter commands.
Sample:
>>> lb search doge
>>> lb clear_search
>>> rb switch_to_sell_tab
Usage:
board command [<argument>]
Where board can either be:
lbfor left-hand side board
rbfor right-hand side board
Commands for lb (left-board):
switch_base_currencyargument: string containing INR, USDT, WRX or BTCsort_byargument: string containing pair, volume or changesearchargument: crypto currency codeclear_searchget_currency_dictswitch_currencyargument: string in format CRYPTO-BASE, example: DOGE-INR
Commands for rb (right-board):
switch_to_open_ordersswitch_to_completed_ordersswitch_to_buy_tabswitch_to_sell_tabinput_at_priceargument: new price valueinput_amountargument: new buy amount valueinput_totalargument: new balance to spend valuebuy_sell_buttonHINT: buy or sell is dependent on which tab is open