- You can find the db file in the following places
- Windows:
%LocalAppData%\Microsoft\Edge\User Data\Default\Collections - MacOS:
~/Library/Application Support/Microsoft Edge/Default/Collections - Linux: TBD
- Copy the files (esp.
collectionsSQLite) to a seperate Folder.
- Install python 3.10 and then setup pandas via pip
pip install pandas - save
collections_to_csv.pyto the same folder with the db files from the previous step. - Exec the script
python collections_to_csv.py
Then you can simply import the file normally to raindrop.
Thank you so much for sharing this!