I Created a Tool to Export Kutt Links as Snapp-Compatible CSV #55
Closed
IvanLi-CN
started this conversation in
Show and tell
Replies: 2 comments
-
|
Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Based on your comment idea to be able to migrate across different platform I tried to recreate a ui importer that could be more elastic in 0-9rc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, community! I've built a tool to migrate short links from Kutt to Snapp. It's available as a Node package.
kutt-to-snapp - npm
Usage:
KUTT_URL=https://kutt.it \ KUTT_TOKEN=your-kutt-token \ MIGRATE_ALL=true \ npx kutt-to-snapp > kutt.csvAfter running this, you just need to import the kutt.csv file into snapp to complete the migration.
I initially created this tool for my own use, but I thought it might be helpful for others, so I decided to publish it.
Feel free to check it out if you need to migrate your short links from Kutt to Snapp. I hope some of you find it useful!
Beta Was this translation helpful? Give feedback.
All reactions