- 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.
Shoot it doesn't seem to have exported everything for some reason. I'm not sure what happened exactly. If I upload my db files can someone take a look? I'm not that great with sql.