Is it possible to automate PDF downloads from my bank’s website to my server?

0
2
Asked By CuriousCoder88 On

I currently use PNC Bank, which has some limitations on accessing data. While I plan to switch to a bank that integrates better with platforms like Plaid, I want to quickly create an app that can download PDFs from my current bank. My goal is to gather these PDFs, upload them to my server, and manage the data from there. However, I'm concerned about the feasibility of automating this process due to potential security hurdles. Will I risk getting my account locked, or do you think it's workable?

6 Answers

Answered By SkepticalSteve On

Just a heads up, banks are extremely cautious about automated access. PNC, in particular, often locks accounts for what they deem suspicious activity. Plus, their security protocols change frequently, which could break any automation tools you set up.

Answered By HackerAlert On

Honestly, you should be glad if there are enough security hurdles to lock your account. If it were too easy, hackers could easily gain access and do whatever they want with your account.

Answered By ConcernedUser99 On

Just throwing it out there, but beware that banks tend to flag automated browsers. I've heard of people getting banned just for having insecure devices. You might want to approach this with caution.

Answered By DaveTheBanker On

Have you thought about calling your bank? They might already provide notifications or reports that can be sent to your email. Some smaller banks have secure connections to their databases that allow for automated data updates, but this typically comes with fees and certain tech requirements.

Answered By PuppeteerPro On

It might be doable. Using a tool like Puppeteer could help you log into your bank and navigate the site to download necessary PDFs. Just keep in mind the 2FA measures; most banks only trigger those for specific actions, so it might not be a huge issue right away.

Answered By TechSavvyJoe On

I wouldn't recommend doing that automatically. PNC has 2FA, which makes it tricky. Instead, try setting up a local script that monitors a directory. You could also use a user script with something like Tampermonkey to control the downloads from your browser session. This way, you'd still manage the sessions like a normal user, which might be safer.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.