• 0 Posts
  • 46 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle








  • It is a python script, you need the praw library. The client id’s are given in your profile after you create an app.

      
    import praw
    
    reddit = praw.Reddit(client_id='yourid',
    	client_secret='yoursecret',
    	password='your password',
    	user_agent='deletes my comments',
    	username='your username')
    
    redditor = reddit.redditor("your username")
    
    for comment in redditor.comments.top(limit=10000):
    	comment.edit("deleted")
    	comment.delete()
    
    

    You can edit and delete everything in the same pass but I prefer to overwrite my comments first and give time for the cache machines to register my new garbage before deleting with another pass.





  • First, stop posting to lemmy.ml, the admins there are crazy. Don’t give them more content.

    We redditors have waaaay enough number to populate our own instances without having to rely on the moderation of crazy people. Look at the population of beehaw skyrocketing since the last few days, we are the king makers. lemmy has never seen such an influx of members.

    So pick whatever instance you prefer and we plant our tent there, and we path the way for the redditors who will inevitable follow us. Don’t feed them the same horrible experience we endured for the last few days of being exposed to the crazy moderation, the crazy putin apologists and such, we need to guide the ex-redditors to our instances, where we completely keep the crazy population away.

    Hey, what about joining an EU instance, so when we click “politics” we don’t have 90% american stories? Beehaw is already filled with americans. Do you want more american politics, more american gun stories and more woke war, more nba stories? I don’t.

    I’m on solarpunks now (https://slrpnk.net/), which is hosted in Portugal. Come here guys, we recreate our reddit from scratch with a taste of Europe.








  • Linux

    I swear that the last time I’ve ever shouted at a machine was when I was installing the latest release of Windows Server and I was unable to find the most basics elements on their graphic interface. It’s like I was a baby in a toypark. And they have the guts to call it a server. I’ve seen enough dark patterns in their install steps to make any sane person go mad. Windows is leaking bad faith though all his interface. You know what I want to do and you purposefully stop me from doing it. You are not an ally and not even a tool.

    I tried Macosx years ago too, but from now on I will only use any reasonable brand of linux.