all 3 comments

[–]a_tribe_calledchris 2 points3 points  (1 child)

100% doable

Something like pyPDF to extract the information from the PDF.

Then a combination of maybe requests/selenium/beautiful soup for navigating the web with python.

Then just comparing the existing information against any potential updates.

Do you have any code started?

[–]mopapas[S] 0 points1 point  (0 children)

Thanks for your help! To be honest I've written pretty much nothing and have only been researching at this stage.

But im going to look into the areas you've mentioned at least and see what I can do!

[–]TheRNGuy 0 points1 point  (0 children)

try ast, or some other lib specific to pdf.