I fed ChatGPT tweets from stock influencers and then asked it to list all mentioned stocks and the corresponding views on them.<p>Asked it to return JSON and here is what I got :<p>[
{
"stock_name_full": "Jindal saw",
"cmp": "",
"views": [
"Suggested last day at 205",
"Today 247+"
],
"sentiment": "bullish",
"target": "",
"support": "",
"resistance": ""
},
{
"stock_name_full": "Pgel",
"cmp": "",
"views": [
"Diwali reco 2022"
],
"sentiment": "bullish",
"target": "",
"support": "",
"resistance": ""
}
]