This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Continuing the theme of automation, one of the most repetitive tasks if you work for a big company is timesheets. So I set out to rectify this by scripting it! Start with you configuration, I named mine hours.ini : [DEFAULT] url = FILL_ME_IN username = FILL_ME_IN password = FILL_ME_IN then we need the magic of Selenium to do the heavy lifting, so we install it: $ pip3 install selenium I called…
Continuing the theme of automation, one of the most repetitive tasks if you work
for a big company is timesheets. So I set out to rectify this by scripting it!
Start with you configuration, I named mine hours.ini:
[DEFAULT]
url = FILL_ME_IN
username = FILL_ME_IN
password = FILL_ME_IN
then we need the magic of Selenium to do the heavy
lifting, so we install it:
I called this script, unsurprisingly hours.py:
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.