This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# Wallabag Android SQLite DB to Wallabag Export format | |
# tested to work on Wallabag Android app version 2.4.2 as of 2021-07-08 | |
# Preparation: To export data from the app go to "Settings - Miscellaneous - Database location" and select "External storage", after that the DB should be available as three wallabag* files in /sdcard/Android/data/fr.gaulupeau.apps.InThePoche/files/ , copy that over to your desktop. | |
# Usage: After that, ensure python is installed, open a command prompt or terminal | |
# make sure to run this script within the Android/data/fr.gaulupeau.apps.InThePoche/files/ directory. Otherwise change the OUTPUT_PATH to that directory. | |
# python wallabag-android-export.py | |
# This will create the following files: |