An open API service indexing awesome lists of open source software.

https://github.com/dcramer/dateminer

Extract dates from webpages
https://github.com/dcramer/dateminer

Last synced: 8 months ago
JSON representation

Extract dates from webpages

Awesome Lists containing this project

README

          

dateminer is a Python port of John Muellerleile's dateminer Java library:

https://github.com/jrecursive/date_miner

It gives you a *best guess* at the creation date of an article (webpage) based on the URL and content of that page.

Usage
=====

>>> from dateminer import guess_date
>>> date = guess_date(url, html_content)