开发者

How does Blippy get its data

开发者 https://www.devze.com 2022-12-31 22:42 出处:网络
I was wondering how Blippy is able to get my data? It requires me to put in my bank name, bank card number and password, so is it doing a simple website scrape by logging in?

I was wondering how Blippy is able to get my data? It requires me to put in my bank name, bank card number and password, so is it doing a simple website scrape by logging in?

My bank, however also requir开发者_运维问答es a seperate passphrase as well. How does it get around that?

Can urllib and such libraries be used in Python to replicate Blippy functionality?


Blippy probably uses a service like Yodlee to interface with the bank rather that simple screen scraping. Having said that it is possible to implement similar functionality by combining urllib, BeautifulSoup and Regex modules.

0

精彩评论

暂无评论...
验证码 换一张
取 消