Wazirx bot written in python with selenium
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.
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
board command [<argument>]
lb
for left-hand side board
rb
for right-hand side board
switch_base_currency
argument: string containing INR, USDT, WRX or BTCsort_by
argument: string containing pair, volume or changesearch
argument: crypto currency codeclear_search
get_currency_dict
switch_currency
argument: string in format CRYPTO-BASE, example: DOGE-INR
Commands for rb (right-board):
switch_to_open_orders
switch_to_completed_orders
switch_to_buy_tab
switch_to_sell_tab
input_at_price
argument: new price valueinput_amount
argument: new buy amount valueinput_total
argument: new balance to spend valuebuy_sell_button
HINT: buy or sell is dependent on which tab is open