- 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.
Do note its been a solid minute since I wrote this, Microsoft may have updated their schema.