Several years earlier, I wrote a python script to perform ISBN book search: given the isbn number, the python script simply dumps the books title, publisher and author information, which are then used to rename the pdf that is downloaded into a more informational file name:
123456789a.pdf –> Elsevier_2010_A simple and effective geometric representation for irregular porous structure modeling.pdf
It is a handy script but unfortunately I lost it after a hard disk failure!
And then I decide to recover this from my brain, but I would like to implement it in another my favorite language, C#.
Source code of this project can be downloaded from GitHub here.