Advanced Search
Search Results
3 total results found
DOI Upload Script
import thothlibraryimport csv # Log in to Thothemail = "XXX@punctumbooks.com" # Replace with your emailpassword = "XXX" # Replace with your password thoth = thothlibrary.ThothClient()thoth.login(email, password) # Define the work_id (this should be specif...
DOI Extraction Script
import pdfplumberimport reimport csvimport osfrom datetime import datetime def extract_dois_from_pdf(pdf_path): """ Extracts DOI numbers from the given PDF file and returns a list of DOIs. Removes the final period if it's part of the DOI. Fixes DO...
Internet Archive Usage Data Python Script
import requestsimport csv Define the list of item IDs and the time perioditem_ids = ["f755b169-bedd-4b95-b95a-294f355abc71","7fbc96cf-4c88-4e70-b1fe-d4e69324184a","4da1ef38-e3d8-4384-8c73-82d6e36df49d","f3c9e9d8-9a38-4558-be2e-cab9a70d62f0","89990379-94c2-459...