How to copy both graphs and Multigraphs from one user to the next

Hi Guys,

I have a template account that has all the required inputs, feeds, graphs and multigraphs configured.

Now I am trying to duplicate the template account for another user with the same inputs and feeds, but for the life of me I can’t seem to be able to do this without manually copying and pasting in phpmyadmin. I want to do this from a python script. the dashboard is just copy and paste, as it uses the tag names for the the feeds, so every user ends up using his own feeds, but the graph and multigraphs don’t work that way.

Is there any way I can accomplish this with the use of an API I can call or possibly even a mysql command I can execute though Python to get this done?