I am quite new to python and programming, and all I know how to do is write simple scripts for my routine office work. However, I have run into a scenario where I have to use python to access a particular webpage, which is a search output of a particular bioinformatics web server.
In that webpage, there is a table, in which the second column is a hyperlink that opens up a little pop up box with a FASTA file of the protein sequence.
I would like to be able to write a script that clicks these links systematically, one after the other, copy the FASTA sequence of each of the links, and paste them into a text file.
Is this kind of automation possible with python? If so, where do I start, in terms of modules to access internet explorer/webpages etc.? If you could kindly guide me in the right direction or give me an example script, I could try and do it myself!
Thank you so much!
I would post what I have tried, but I have literally no idea where to start!