Skip to content

izidormatusov/lloyds-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial scrapper API for Lloyds bank transactions

Library provides simple API to download couple last transactions for accounts. Useful for integration with Ledger.

At the moment, library supports only downloading last couple transactions.

Sample usage

from lloyds import LloydsBank

bank = LloydsBank()
bank.login('user id', 'password', 'secret')
for account_url in bank.accounts:
    for transaction in bank.get_transactions(account_url):
        print transaction

Similar projects

Credits

Written by Izidor Matušov and licensed under MIT license.

About

Lloyds internet banking scrapper for ledger accounting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages