• 2 Posts
  • 51 Comments
Joined 2 years 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.