vishwarajanand / RedmartLazadaOrderBot

Attempt to automate Redmart orders from Lazada

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmart Lazada Order Bot

Redmart orders on Lazada are slotted - one order per day and that too only limited slots are opened per delivery location. See lazada-redmart delivery change notice on this website:

Covid19 Updates Redmart

In order to survive, I attempted to make an automation so that I could secure a delivery slot for my Redmart orders on Lazada.

Chrome automation is a set of technologies used to achieve any particular website interaction using programmatic tools.

Few of those tools are selenium (skipping helium which I am yet to try but is apparently easier) and chrome webdrivers.

How to run

  1. Install chromedriver dependency - download chromedriver, unzip, move to /usr/local/bin (Mac OS / Linux)

  2. Install selenium: pip install selenium

  3. Use venv:

vishwarajan-mbp:chrome_automation vishwarajanand$ virtualenv venv

# to open editor
(venv) vishwarajan-mbp:chrome_automation vishwarajanand$ code .

# to run
vishwarajan-mbp:chrome_automation vishwarajanand$ source venv/bin/activate
(venv) vishwarajan-mbp:chrome_automation vishwarajanand$ python web_bot.py

Demo Video

Watch on YouTube

About

Attempt to automate Redmart orders from Lazada

License:GNU General Public License v3.0


Languages

Language:Python 100.0%