Python 3.X code written with primarily Selenium. In a nutshell, .bat file runs via command line and automatically extracts information from a website.
- Opens to desired web page
- Logs in using credentials explicitly provided in the .bat file
- Navigates to different pages to gather metric data and store in an array
- Modifies an excel file based on metric data.
This code relieves the manual labor to obtain repetitive metrics and can be scheduled to execute daily at specific times using Windows Task Scheduler. This code was written for a SPECIFIC purpose and will not plug-and-play at all; this code serves as an inspiration / base knowledge for creating similar automation tasks for other applications.
Various extracurricular assignments for exploring and optimizing various algorithms (think Djikstra, traveling salesman, N-Queens puzzle). Helpful for some leetcode applications.