|
|
|
|
|
by benibela
1953 days ago
|
|
I made an app to show the books you have lend at a public library And to make sure it can be used with all existing libraries web sites and all opacs, you can enter any url and an xpath expressions, and then it runs the xpath expressions each day and shows the result as list of books. And since I wrote it 15 years ago, there were no tech libraries for headless browsers available. So I wrote half of my own browser, and an XPath interpreter. (Modern XPath is actually Turing-complete, and with the EXPath file module, it can read and write to any file) So, if the store does not allow custom browsers or Python interpreters, those are two reasons it would not allow my app. |
|
Often the ideas about restrictions are simply false beliefs.