This repository contains small automation scripts for day-to-day tasks.
Technology Used : Python and Selenium
-
leetcode_dcc.py - To retrieve old submission of LeetCode Daily Coding Challenge and resubmit.
-
To optimize privacy settings of your Social Media accounts.
- Clone/ Download this repo.
- Download and install latest web-browser & its compatible webdriver (like Chrome.exe and ChromeDriver.exe) for execution.
⚠️ Issue with Chrome & Chromedriver version 103, use v104 instead - Setup a python virtual environment and run
pip install -r requirements.txt
- Update binary location (line-29) and driver-path (line-30) of securer.py
- Add your accounts' username and passwords in
cred.yml
file. - Run the script.