A python lib to access lemonde newspaper articles
from lemonde.lemonde import LeMonde
lm = LeMonde()
for article in lm.get_articles():
print(article.title)
print(article.type)
print(article.image)
print(article.link)| Name | Name | Last commit date | ||
|---|---|---|---|---|