Linktree Importer #712
Replies: 4 comments 3 replies
-
Id suggest working out a proof of concept/third party tool that exports linktree links as such: all-links.json. |
Beta Was this translation helpful? Give feedback.
-
@JulianPrieber I actually have an old npm package I can update: https://www.npmjs.com/package/linktree-scraper We could snap to an agreed upon format to normalize too, then the package can return that normalized format even if the underlying data structure from linktree changes (obviously this package would need to be bumped whenever linktree break the contract, since it's an internal representation). |
Beta Was this translation helpful? Give feedback.
-
I've updated the library to perform some of the normalization: https://www.npmjs.com/package/linktree-scraper Would it be simple enough if we re-implemented the core logic inside the PHP in the codebase of LinkStack? |
Beta Was this translation helpful? Give feedback.
-
@JulianPrieber has there been any interest in an automatic linktree importer? Allowing users to input a linktree URL and bring across all their links automatically?
I'd be open to creating a pull request adding support for this feature.
Beta Was this translation helpful? Give feedback.
All reactions