I am trying to archive lefty reddit in the likely off chance that these subs get nuked. Any more subs to add to the list? Any advice on going about archiving it? What should I do with in bedded links?

    • Muad'DibberMA
      link
      34 years ago

      @Closesniper@lemmygrad.ml I’m sure that bulk-downloader-for-reddit is using PRAW, the python reddit API, so it does already a good API access there, it’d just be adding that functionality to it.

    • @ClosesniperOP
      link
      24 years ago

      I can use the reddit API however I gotta do it post by post which will be a drag, will look into seeing if I could simplify it in some way

      • loathesome dongeater
        link
        24 years ago

        you could loop throw the backed up posts and requests comments for those. that way you can script it at least.

      • @ImARabbit
        link
        24 years ago

        This would be trivial in Python.