Quick Job - Text Generation

Have some data in the following format. I am paying $250 for someone to write a python program to generate replies to posts. Should be able to take a given input and provide a generated output. If your interested include your telegram username.

{
"username":"example",
"comment":"example comment",
"replies": [
{
"username":"example2",
"comment":"example comment2",
"replies": []
},
{
"username":"example3",
"comment":"example comment3",
"replies": []
}]
}