Skip to content

Automatically Goes Through Unemployment Payment Request

Notifications You must be signed in to change notification settings

gavargas22/Automatic-Unemployment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Unemployment Payment Request Script:desktop_computer: :briefcase:

Automatically goes through TWC unemployment payment request workflow every other Tuesday.

Programming Language(s)

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).

Installation

Use the package manager pip to install the packages:

pip install pandas
pip install numpy
pip install selenium
pip install xlrd
pip install PyYAML

Usage

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

About

Automatically Goes Through Unemployment Payment Request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%