🐷 Ethan Oliver Ralph / TheRalphRetort / Rad Roberts / Jcaesar187 / Rage Pig / "Killstream" / "Tequila Sunrise" - 5'1'' fat alcoholic, owner of a gunt, convicted felon and revenge pornographer, property of the ugly failed tranny pornstar Lucas Roberts. Has quadruple titties.

Status
Not open for further replies.
to be fair he said "go for it"
Yeah, that’s true. It just seems like a bad idea to drop any info unless it’s everything.

in other news
9071A35F-8151-4BCA-A2F2-83D5A7615322.jpeg
if this is a woman, good lord is that an unfortunate face. Also, that hairline :story:
 
Haven't watched Galactic Heroes, but I'm sure he'll say some dumb shit about it. Anyone watch it yet?
If it's the original one it's really good and daddy Jim recommends it all the time, which is probably why Ralph is watching it. I doubt he'll sit through the entire show though. It's long af and he'd probably find it boring and not understand it.

If you're into politics you'd absolutely love it. If you're into libertarianism, not so much.
 
View attachment 1751224
Just getting stuff set up and I saw something scroll by chat that made me chuckle. People are asking for that very questionable ''doctor's'' discord link. I wonder if they're going to arr pee colon three with new Flamenco?

Knowing Ralph and co, this doctor roleplay will probably involve a rectal examination.
 
you knoq paypigs constantly leaking stuff to multiple users has me thinking the joke about gunt guard being his biggest trolls in disguise more plausible, even gaytor bullied ralph about his shortly imminent death, this fuckers entire life might be the fucking alt right truman show, even his former gf is an alawg gunt posting in private. in fact i wouldnt doubt if ralph caught gaytor on an "ironic" kf account leading gaytor to keep his cover by pretending it was info gathering and offering to read his thread to him

fucking imagine all the hilarious memes being made about gaytor being from gaytor himself
 
you knoq paypigs constantly leaking stuff to multiple users has me thinking the joke about gunt guard being his biggest trolls in disguise more plausible, even gaytor bullied ralph about his shortly imminent death, this fuckers entire life might be the fucking alt right truman show, even his former gf is an alawg gunt posting in private. in fact i wouldnt doubt if ralph caught gaytor on an "ironic" kf account leading gaytor to keep his cover by pretending it was info gathering and offering to read his thread to him

fucking imagine all the hilarious memes being made about gaytor being from gaytor himself
You’re Gator aren’t you?
 
Yeah, that’s true. It just seems like a bad idea to drop any info unless it’s everything.

in other news
View attachment 1751230
if this is a woman, good lord is that an unfortunate face. Also, that hairline :story:
Even though its Digibros ex, keep in mind that Ralph is trying to hit that. It shows how much of a snake he is, trying to fuck an friends ex gf. This Gunt uses everyone and its only matter of time until Gator gets thrown under the bus.
 
Dlive has removed the Earnings tab.
Screenshot from 2020-11-26 21-26-44.png


Edit - The python script I was given before in this thread still works. Here it is again:
Code:
import requests
import json
import re

displayname = 'theralphretort'

after = '99999999999'
csv = open(displayname + '-earnings.csv', 'w')
csv.write('id,sender,recipient,amount,timestamp\n')
pattern = re.compile('@([^\s]+) donated (\d+) LEMON\(s\) to post ([^\+]+)\+.*')

while after != '':
    earnings = json.loads(requests.post('https://graphigo.prd.dlive.tv/',data=
    '{"operationName":"LivestreamProfileWallet","variables":{"displayname":"' 
    + displayname + '","first":20,"isLoggedIn":false,"after":"' + after + '"},' +
    '"extensions":{"persistedQuery":{"version":1,"sha256Hash":' +
    '"bea6cdfec46735f1d7510acc1cd0823585dfb7feb6b20ecba886fd678b60c699"}}}').text)
    
    earnings = earnings['data']['userByDisplayName']['transactions']
    after = earnings['pageInfo']['endCursor']
    for transaction in earnings['list']:
        match = pattern.match(transaction['description'])
        if bool(match):
            csv.write(transaction['seq'] + ',')
            csv.write(match.group(1) + ',')
            csv.write(match.group(3) + ',')
            csv.write(match.group(2) + ',')
            csv.write(transaction['createdAt'] + '\n')
csv.close()
 
Last edited:
Status
Not open for further replies.
Back