BS, I say!

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 3 years ago (2 children)

I'm writing a program and going to wait several months before I overwrite my content - slowly one post per minute. Then after finishing that (over several months), I plan to set the code to slowly delete the posts, one by one.

I spent years writing content for reddit to share with the world. If they won't share with the world, they won't get a copy either.

  • source
  • hideshow 2 child comments
  • [–] 2 points 3 years ago (1 child)

    I want to do something very similar to this!

    1. download all my content (still waiting on that one)
    2. put all my comments on my personal website each with a unique ID
    3. edit each post on reddit to point to the content on my website, that way I maintain control but the internet doesn't lose information

    do you think your software could do this? :D

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 3 years ago

    Don't know! I have a bit of experience using Auto-It so I'm going to try and program it to tab through the old.reddit page and edit each post then move on to the next post. I assume using the edit button I could copy all text, then write it to a word document in something like an XML format which could then be imported into software.

    But again, this is all based on theory, I haven't done any actual code or testing yet. Just based on previous experiences making simple programs to access websites and do specific things via a browser to mimic human interactions with the site. It's a very slow unreliable and inefficient way of doing things lol

  • source
  • parent