Automatically extracts and normalizes an online article or blog post publication date
Project description
About
articleDateExtract (Article Date Extract) is a simple open source Python module which is an extension of the articleDateExtracor, built and maintained by Krishna Kishore, that automatically detects, extracts and normalizes the publication date of an online article or blog post.
Feature
- Extracting the publication date information when it is specified in a web page, with over 95% success rate.
A Quick Example
import articleDateExtract
d = articleDateExtract.extractArticlePublishedDate("http://edition.cnn.com/2015/11/28/opinions/sutter-cop21-paris-preview-two-degrees/index.html")
print (d)
d = articleDateExtract.extractArticlePublishedDate("http://techcrunch.com/2015/11/29/tyro-payments/")
print (d)
Installing
Available through pip:
$ pip install articleDateExtract
Alternatively, you can install from source:
$ git clone https://github.com/blueshirtdeveloper/article-date-extract.git
$ cd article-date-extract
$ python setup.py install
Dependencies
- beautifulsoup4 >= 4.9.3
- python-dateutil >= 2.7.3
- lxml >= 4.6.1
About Krishna Kishore
I'm Krishna Kishore. I work as a full-time programmer. In my spare time I do open-sourcing. we crawl the news sites so the need for a scalable solution that will automatically extract and structure the unstructured web is critical. We use multiple signals and algorithms to automatically detect where the post text is, the author name, the comments, and of course the date. With articleDateExtract (Article Date Extract) we rely on the many "different types of standards" out there to automatically detect the date (with a success rate of over 95%).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file articleDateExtract-0.10.tar.gz
.
File metadata
- Download URL: articleDateExtract-0.10.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.2 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fff9ee72f2a24b77f295ae7e41e9b81d5886abf3fa58aefbd9d58774a4618d2 |
|
MD5 | 06183f36782e24f7f71f9a3abb74b669 |
|
BLAKE2b-256 | c045a6d032208038ced56cf47e2a33af0b8e1eea8a2a8ff523c2400d03635ee4 |