Skip to content

Simple browser-based automation using 1-page python scripts

Notifications You must be signed in to change notification settings

rsb-23/1page-automation

Repository files navigation

1page-automation

pre-commit

This repository contains small automation scripts for day-to-day tasks.
Technology Used : Python and Selenium

Content

  1. leetcode_dcc.py - To retrieve old submission of LeetCode Daily Coding Challenge and resubmit.

  2. To optimize privacy settings of your Social Media accounts.

Setup

  1. Clone/ Download this repo.
  2. 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
  3. Setup a python virtual environment and run
    pip install -r requirements.txt
  4. Update binary location (line-29) and driver-path (line-30) of securer.py
  5. Add your accounts' username and passwords in cred.yml file.
  6. Run the script.

About

Simple browser-based automation using 1-page python scripts

Resources

Stars

Watchers

Forks

Languages