In [ ]:
from pypot.robot import from_json

robot = from_json("full_poppy.json")

while True:
    print robot
    time.sleep(10)