Skip to content

Instantly share code, notes, and snippets.

@nekoppy
Created October 24, 2019 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekoppy/ef56bafa6da322208a6af59e07675126 to your computer and use it in GitHub Desktop.
Save nekoppy/ef56bafa6da322208a6af59e07675126 to your computer and use it in GitHub Desktop.
import wikipedia
wikipedia.set_lang('ja')
page = wikipedia.page('猫')
print(page.summary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment