arxiv_post.arxiv module#

arxiv_post.arxiv.search(categories: Sequence[str] = ('astro-ph.*',), keywords: Sequence[str] = (), start_date: str = '3 days ago at midnight in UTC', end_date: str = '2 days ago at midnight in UTC') List[Article][source]#

Search for articles in arXiv.

Parameters:
  • categories – arXiv categories.

  • keywords – Keywords of the search.

  • start_date – Start date of the search.

  • end_date – End date of the search.

Returns:

Articles found with given conditions.