Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Neel Radhakrishnan committed Sep 20, 2015
1 parent d648e62 commit e3ba0d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# pybank
A Python 3 online banking screen scraper and transaction file downloader, using Requests and BeautifulSoup 4

Written to learn Python - any advice / contributions welcome.
A command line tool for online banking screen scraping and downloading transaction files for use in other software (e.g. YNAB). Written in python 3 to learn python and due to the lack of UK banking APIs. Uses click for command line integration, requests and BeautifulSoup for screen-scraping, yaml and AppDirs for config files, and tabulate to format output. Currently supports current accounts from Nationwide and TSB, and credit card from Capital One.

0 comments on commit e3ba0d5

Please sign in to comment.