A Python script for exporting highlights from one Readwise account and uploading them to another.
- Use Readwise API to retrieve and upload highlights.
- Readwise Reader info is also supported. However, highlights in Reader are not supported due to the limitation of Readwise Reader API. Tell me if you have any ideas to fix this.
- Your metadata of highlights will be preserved.
Please verify the data integrity after using this script. The author is not responsible for any data loss or damage that may occur during the sync process. Use this script at your own risk.
pip install -r requirements.txtOpen the config.cfg file and fill in your source and target Readwise API Tokens, which can be obtained from Readwise.
python main.pyThis project is licensed under the GNU General Public License v3.0.