This is a script to update a BibTeX file using the metadata from the PDFs in a Zotero WebDAV database folder.
- Install the dependencies
pip install -r requirements.txt
- Run the script
python3 bibtex_updater.py --webdav-url http://your.url/dir --username user_name --password password
- The script will update the BibTeX file with the metadata from the PDFs in the WebDAV database folder.
- 2024.12.31: Initial release
- Automatic syncing
- Fix metadata read bug