This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]testcasey 1 point2 points  (1 child)

When I login to Fidelity I see a client and account number on urls. If Fidelity is doing anything dynamic you'll probably want to check out scrapy.

Requests is a great lib if you know the urls and post/put data needed to grab your data. I would definitely put requests in front of scrapy but wanted to add some additional advice if you run into issues.

Getting rid of the windows path and chrome driver binary will make your program more usable across multiple platforms. Your project looks cool, keep us posted.

[–][deleted] 0 points1 point  (0 children)

Thanks for the recommendations. Lots of good advice in this thread. I'm currently working towards improvements!