- 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.
Ah think I could have worded that differently.
collections_to_csv.pyin the same folder as you found the db files (You can find the relevant folder from the step Get the sqlite db filepipon a command line runpip install pandascollections_to_csv.pyon the same folder by executingpython collections_to_csv.pyI can help you better if you can tell me what platform/OS you are on.