How can I extract the first paragraph from a Wikipedia article, using Python?
For example, for Albert Einstein, that would be:
<
First, I promise I am not being snarky.
Here's a previous question that might be of use: Fetch a Wikipedia article with Python
In this someone suggests using the wikipedia high level API, which leads to this question:
Is there a Wikipedia API?