OL: import new books from IA – importer
To import new books from IA you have to add IA identifiers using the OL page: https://openlibrary.org/admin/imports/add
On ol-home
must be running the process manage-imports.py
:
python scripts/manage-imports.py --config /olsystem/etc/openlibrary.yml import-all |
you can launch it with:
sudo -u openlibrary /olsystem/bin/olenv HOME=/home/openlibrary OPENLIBRARY_RCFILE=/olsystem/etc/olrc-importbot python scripts/manage-imports.py --config /olsystem/etc/openlibrary.yml import-all >> /tmp/importer.log |
you can see the log at: /tmp/importer.log
Reply