Skip to content

Instantly share code, notes, and snippets.

@nekoppy
Created October 23, 2019 23:54
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/123991a3624c764894803fd9aa0a4677 to your computer and use it in GitHub Desktop.
Save nekoppy/123991a3624c764894803fd9aa0a4677 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