Ok, this might be a dumb question, but is it really technically possible in any way - even a convoluted one, like manually downloading HTML pages from Facebook? - to mass import posts from one’s Facebook into Mastodon or Friendica instead of painstakingly copying them one by one? I’ve got a 10+ year archive to port and it’s a daunting task to go through them…

    • Yigru Zeltil@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      12 days ago

      The last poster says: “I found a roundabout way to go at it by transfering the posts to wordpress, I’ll figure it out from there :)” I would have liked more info on that, though I’m afraid there would still be a catch - I don’t use Wordpress anymore and never was a power user, so I’m not sure it would be possible on a free tier to stash an entire Facebook archive on a Wordpress page - and then what about importing it into the fediverse? There should be a guide for this somewhere.

      • MajorHavoc@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        12 days ago

        That sounds like a good approach. If your can get the posts into WordPress, there’s so many number scripts out there that will export the WordPress database into other formats.

  • Otter@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    12 days ago

    Manually downloading HTML posts would be more difficult, but it might be possible by parsing the data export you can download from Facebook

    • Chozo@fedia.io
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      Yeah, I was going to suggest a data export, as this will often give you a handful of files, most importantly would be a CSV containing all your posts. It would probably be relatively easy to automate the process with that file.

    • Oskar@piefed.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 days ago

      The FB export files have everything (your posts, comments, reactions etc) as html files and images/videos.

      Getting it from those files into parts that can be uploaded somewhere else will take some work. Either with programming if OP has knowledge, or copy-paste.