Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Mar 25, 2022
1 parent e3f2eae commit f843d24
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions docs/source/youtube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -907,3 +907,61 @@ It fetches the comments data like comment text, username, userlink.
"errors": "[]"
}
YouTube - Get Comment Relies
#############################

It fetches the comments replies text along with userlink and username currently opened in browser.

.. tabs::

.. code-tab:: py

#pip install bot_studio
from bot_studio import *
dk=bot_studio.new()
dk.youtube_get_comment_replies()

.. code-tab:: javascript
NodeJS

//npm i datakund
var datakund=require('datakund');
datakund.youtube_get_comment_replies();

**Response Data**

.. code-block:: json
{
"resume_variable": "n",
"success_score": "100",
"body": [
{
"userlink": "https://www.youtube.com/channel/UC451QX0ExXUscp9-uTm7KEw",
"user": "YOGI BEATZS",
"replytext": "\u0c08 \u0c2a\u0c3e\u0c1f \u0c05\u0c02\u0c1f\u0c47 \u0c0e\u0c02\u0c24 \u0c2e\u0c02\u0c26\u0c3f\u0c15\u0c3f \u0c07\u0c37\u0c4d\u0c1f\u0c02 \u0c25\u0c3f\u0c2f\u0c47\u0c1f\u0c30\u0c4d\u0c32\u0c4b \u0c08 \u0c2a\u0c3e\u0c1f \u0c1a\u0c42\u0c38\u0c4d\u0c24\u0c41\u0c28\u0c4d\u0c28\u0c2a\u0c4d\u0c2a\u0c41\u0c21\u0c41 \u0c2e\u0c3e\u0c2e\u0c42\u0c32\u0c41\u0c17\u0c3e \u0c32\u0c47\u0c26\u0c41"
},
{
"userlink": "https://www.youtube.com/channel/UCFR4c4634t9K_gb2IA0rdCA",
"user": "prasad koppisetti",
"replytext": "\u0c08 \u0c30\u0c4b\u0c1c\u0c41 \u0c2e\u0c3e \u0c0a\u0c30\u0c3f\u0c32\u0c4b \u0c1c\u0c3e\u0c24\u0c30..\u0c08 \u0c38\u0c3e\u0c02\u0c17\u0c4d..\u0c35\u0c47\u0c38\u0c3f \u0c07\u0c02\u0c15\u0c3e \u0c2a\u0c46\u0c15\u0c3e\u0c1f\u0c46 \u0c21\u0c3e\u0c28\u0c4d\u0c38\u0c4d \u0c24\u0c4b..."
},
{
"userlink": "https://www.youtube.com/channel/UCbcfgNJ6B6AvUyGbmZK14-g",
"user": "SHAIK PSPK",
"replytext": "\u0c08 \u0c2a\u0c3e\u0c1f \u0c05\u0c02\u0c1f\u0c47 \u0c0e\u0c02\u0c24 \u0c2e\u0c02\u0c26\u0c3f\u0c15\u0c3f \u0c07\u0c37\u0c4d\u0c1f\u0c02..Dj tillu \u0c05\u0c1f\u0c4d\u0c32\u0c3e \u0c09\u0c02\u0c1f\u0c41\u0c02\u0c26\u0c3f \u0c2e\u0c28\u0c4b\u0c21\u0c3f\u0c24\u0c4b"
},
{
"userlink": "https://www.youtube.com/channel/UC8_aYVdZtjT7dMy5ghpTCvQ",
"user": "FunJourneys2608!",
"replytext": "Any function, this song needs to be play compulsory! It\u2019s just amazing!!!"
},
{
"userlink": "https://www.youtube.com/channel/UCjg4HxfAgI6ztv2mQTclm2Q",
"user": "S Kartik",
"replytext": "This song is already rocking in wedding DJ's \ufe0f"
}
],
"errors": "[]"
}

0 comments on commit f843d24

Please sign in to comment.