I would like to make a python script which take as an input primary url for example:
https://stackoverflow.com/
and then it goes recursivley over all the pages and make a directed graph of all the pages (nodes) of the site and its sub pages, which has an edged if and only if there is link in node a (page a) to node b (page b). I assume there is something like that but I didn t find in google... If there is any ideas, maybe using wget
who something else I would love to hear.
Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...