Skip to content

massoncl/liberation-direct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liberation-direct

PyPI version

A parser for Libération's live feed page.

The French newspaper Libération has a live feed where they regularly post short summaries of current events. This package parses that feed, finds the latest summary and converts it into markdown.

Example usage to retrieve the summary :

from liberation_direct import LiberationDirect
summary = LiberationDirect().get_news_summary_markdown()
print(summary)

About

A parser for Libération's live news page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages