Skip to content

ourresearch/openalex-taxicab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAlex Taxicab

Example usage:

Set environment variables:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • CRAWLERA_KEY
  • STATIC_IP_PROXY
  • ZYTE_API_KEY

Run with python

import boto3
from openalex_taxicab.harvest import Harvester

s3_client = boto3.client("s3")

h = Harvester(s3=s3_client)
result = h.harvest(url="https://doi.org/example_doi")
print(result.to_dict())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages