Post APhTPgPCHjY59Jk4no by mmoshow@podcastindex.social
 (DIR) More posts by mmoshow@podcastindex.social
 (DIR) Post #APhTPfsaEzSdWAU1y4 by rastacalavera@podcastindex.social
       2022-11-17T16:08:10Z
       
       0 likes, 0 repeats
       
       Released the revival episode today! I managed to get transcripts, chapters and value into this crazy thing 🤣 My RSS is updated but I'm not seeing the new episode populated into the index as of yet. . . is this what i need podping for?#podcasting #podcastindex #transcripts #chapters #valueforvalue
       
 (DIR) Post #APhTPgPCHjY59Jk4no by mmoshow@podcastindex.social
       2022-11-17T16:27:24Z
       
       0 likes, 0 repeats
       
       @rastacalavera yes
       
 (DIR) Post #APhTTKr0M44rT0UTWS by mmoshow@podcastindex.social
       2022-11-17T16:28:07Z
       
       0 likes, 0 repeats
       
       @rastacalavera yes, I'll ping it for you.
       
 (DIR) Post #APhTrIh82D8HihIZRA by rastacalavera@podcastindex.social
       2022-11-17T16:32:27Z
       
       0 likes, 0 repeats
       
       @mmoshow thanks! So I should probably have a podping node running in my setup then? I want to get LIT up and running and assume that having a node is kind of crucial for that.
       
 (DIR) Post #APhU0WnGz3v63OZYQa by mmoshow@podcastindex.social
       2022-11-17T16:34:06Z
       
       0 likes, 0 repeats
       
       @rastacalavera You don't need a podping node. Do you use python at all?
       
 (DIR) Post #APhU4Ky4tSn2XFRW2C by rastacalavera@podcastindex.social
       2022-11-17T16:34:48Z
       
       0 likes, 0 repeats
       
       @mmoshow yeah a bit
       
 (DIR) Post #APhUJTuJwIiobVuH2m by mmoshow@podcastindex.social
       2022-11-17T16:37:32Z
       
       0 likes, 0 repeats
       
       @rastacalavera import requestsdef podping():    URL = 'https://hub.podcastindex.org/pubnotify?id='    arg = '5734992'    try:        output = requests.get(URL + arg).json()        title = title or arg        if arg:            print("Requesting podping for " + title + ': ' + output['descriptio>        else:            print("Requesting podping for feed ID" ) #" + arg + ": " + output['>    except:        print(output['description'])podping()Here's the python to podping your show
       
 (DIR) Post #APsI1vPhptzcugpzbE by rastacalavera@podcastindex.social
       2022-11-22T21:41:43Z
       
       0 likes, 0 repeats
       
       @mmoshow I just had the chance to try this and got an error:  File "podping.py", line 10    print("Requesting podping for " + title + ': ' + output['descriptio>                                                                       ^SyntaxError: EOL while scanning string literal
       
 (DIR) Post #APsLGxlze5iARB7mm8 by mmoshow@podcastindex.social
       2022-11-22T22:18:04Z
       
       0 likes, 0 repeats
       
       @rastacalavera http://namillennial.asuscomm.com:9069/uploads/145f42d6489d0b2d/podping2.py
       
 (DIR) Post #APsLIu26WRttPtaLY0 by mmoshow@podcastindex.social
       2022-11-22T22:18:25Z
       
       0 likes, 0 repeats
       
       @rastacalavera Give this a whirl
       
 (DIR) Post #APsfHSS5a1xafaKOAq by rastacalavera@podcastindex.social
       2022-11-23T02:02:15Z
       
       0 likes, 0 repeats
       
       @mmoshow Fired it off and it seemed to have worked. Haven't seen a live notification yet in podverse. Trying to be LIT for the first time tonight.
       
 (DIR) Post #APsriYGlG5ZlyqiOvo by mmoshow@podcastindex.social
       2022-11-23T04:21:37Z
       
       0 likes, 0 repeats
       
       @rastacalavera Podverse is the tits, but takes awhile to show live updates sometimes. Expected when you're in the Wild West era of PC2.0
       
 (DIR) Post #APsrxUQhofkAPqUPzc by rastacalavera@podcastindex.social
       2022-11-23T04:24:18Z
       
       0 likes, 0 repeats
       
       @mmoshow for sure. Lots of scissor cuts tonight figuring things out lol
       
 (DIR) Post #APss1h7aZSX8w8YKvo by mmoshow@podcastindex.social
       2022-11-23T04:25:02Z
       
       0 likes, 0 repeats
       
       @rastacalavera that’s the fun and danger of it all!
       
 (DIR) Post #AQAhyBZrtN8NXXkNtI by rastacalavera@podcastindex.social
       2022-12-01T18:57:10Z
       
       0 likes, 0 repeats
       
       @mmoshow I goofed and can't find where I saved that code. Do you still have it sitting around? Your link is expired
       
 (DIR) Post #AQCZLFb6bM7ZOfAXfE by mmoshow@podcastindex.social
       2022-12-02T16:29:55Z
       
       0 likes, 0 repeats
       
       @rastacalavera http://namillennial.asuscomm.com:9069/uploads/c1d6eb503f812ac3/PodpingLL.py
       
 (DIR) Post #AQCbtlQGyx57r5gfFQ by rastacalavera@podcastindex.social
       2022-12-02T16:58:35Z
       
       0 likes, 0 repeats
       
       @mmoshow cheers, thanks!!!