sci_watch.source_wrappers.arxiv_wrapper module

class sci_watch.source_wrappers.arxiv_wrapper.ArxivWrapper(search_topic: str, max_documents: int, start_date: datetime, end_date: datetime, use_abstract_as_content: bool = True)[source]

Bases: SourceWrapper

Wrapper for Arxiv

update_documents() None[source]

Update the self.documents by looking for the latest papers (between self.start_date and end self.end_date)