GitHub - brendancsmith/splinterbot: A web driver to download account activity .qfx files from Wells Fargo (for YNAB). Written in Python using Splinter. · GitHub
Skip to content

brendancsmith/splinterbot

Folders and files

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

Contributors