Mahdisadjadi / arxivscraper

A python module to scrape arxiv.org for a date range and category
MIT License
282 stars 53 forks source link

Recommend adding ORCID as a filter criterion #19

Open James11222 opened 1 year ago

James11222 commented 1 year ago

If people wish to scrape papers from arXiv that are by a specific author, it might be a really good idea to add a filter criterion for ORCIDs where someone can put the ORCID: XXXX-XXXX-XXXX-XXXX and the corresponding papers will appear.

Mahdisadjadi commented 1 year ago

@James11222 Thank you for your great suggestion. Unfortunately, it seems arXiv api doesn't return the ORCID of authors. I'll poke around to see if there's another way.