Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created January 2, 2020 16:55
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 khuyentran1401/327f74354dfce11945838217b266901a to your computer and use it in GitHub Desktop.
Save khuyentran1401/327f74354dfce11945838217b266901a to your computer and use it in GitHub Desktop.
# Find the publish date
article.publish_date
article.parse()
text = article.text
article.top_image
# Take a look at the image
from IPython.display import Image
from IPython.core.display import HTML
Image(url= "https://miro.medium.com/focal/1200/632/50/37/1*7M8X6ZbcftelY-1BRRhc6Q.jpeg")
article.authors
article.nlp()
article.keywords
article.summary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment