Skip to content

A web driver to download account activity .qfx files from Wells Fargo (for YNAB). Written in Python using Splinter.

Notifications You must be signed in to change notification settings

patrick7kelly/splinterbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splinterbot

Splinterbot is a web automation tool written in Python and built on top of Splinter. A number of bots for different automation tasks are included in this repository, and executables for them are built using Twitter's Pants.

Bots

TransactionDownloader: Download account activity .qfx files from Wells Fargo (for YNAB).

EnrollmentChecker: Check's UNL's enrollment website repeatedly and notifies when closed classes become available.

Build Instructions

This project requires pip for dependency management. virtualenv is also recommended. These are very common python development tools.

  1. Install Pants etc. using pip.

    pip install -r requirements.txt
    
  2. Build the bot executables using Pants. The .pex executables will be created in the dist/ directory.

    pants src/bots:
    

Alternatively, running ./build_bots build with Pants and create simple executables in the bin/ directory.

Other Information

  • This project was created on Mac OS X Yosemite (10.10) and is completely untested on other platforms.

  • Set Firefox to automatically save downloads for best results.

About

A web driver to download account activity .qfx files from Wells Fargo (for YNAB). Written in Python using Splinter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%