import requests# This code retrieves DevExit's most liked commentsdata = { "userID": 3935672, # DevExit's player ID "page": 0, "mode": 1, # This can be left out and will default to 0 "secret": "Wmfd2893gb7"}req = requests.post("https://www.boomlings.com/database/getGJCommentHistory.php", data=data)print(req.text)
getGJCommentHistory.php
Gets a user's comment history.
Parameters
userIDpagesecretWmfd2893gb7gameVersionbinaryVersiongdwmodetotalResponse
Returns a list of comment objects separated by a pipe
|.Example
Python
Response