Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to import their Mastodon history #5

Open
hkolbeck opened this issue Jul 24, 2023 · 3 comments
Open

Allow users to import their Mastodon history #5

hkolbeck opened this issue Jul 24, 2023 · 3 comments

Comments

@hkolbeck
Copy link
Member

Mastodon allows users to export a package of everything they've posted. It should be possible to import a package into the site.

  • Package is a .tar.gz archive
  • It contains images as well as text, and can be very large, some tarball libraries may choke on one.
  • May need a fallback to uploading just the json. The files in the archive only have a local path for the image, but that path is identical to the source url path, you just need to know the domain. Some sites use a cdn, so have the user right click an image they posted, copy address, then paste the full address into a form
@hkolbeck
Copy link
Member Author

@thewhodidthis Think you can take this on next?

@thewhodidthis
Copy link
Contributor

@hkolbeck KO, I'm thinking Streams API maybe for the unpacking, let me get started on it right away, x

@hkolbeck
Copy link
Member Author

It's a local file, and I didn't know you could open a directory. Forget unpacking, just have everyone untarball with their OS and then open the root directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants