Automatically goes through TWC unemployment payment request workflow every other Tuesday.
Python was used as the primary programming language. Windows Task Schedular was used to run Python script every other Tuesday(or whichever day is your official filing day).
Use the package manager pip to install the packages:
pip install pandas
pip install numpy
pip install selenium
pip install xlrd
pip install PyYAML
import pandas as pd
import numpy as np
import time
import yaml
import datetime
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
pd.read_excel('excel.xlsx') # returns data
pd.DataFrame(data) # returns your dataframe
yaml.load(file.yaml) # returns your stored username and password
webdriver.Firefox('path to geckodriver.exe') # starts your browser using geckodriver.exe