Skip to main content
WikipediaReader is a reader class that allows you to read Wikipedia articles.

Parameters

WikipediaReader also accepts the base Reader constructor parameters.

Methods

read()

Reads the summary of a Wikipedia topic and returns a list of documents.

async_read()

Async variant of read(). Accepts the same parameters.