#date #extract #blog-post #article #extracting #publication #methods

article-date-extractor

A library for extracting the publication date from an article or a blog post

2 releases

Uses old Rust 2015

0.1.1 Aug 1, 2017
0.1.0 Mar 27, 2017

#500 in Date and time

Download history 88/week @ 2024-02-02 1/week @ 2024-02-09 15/week @ 2024-02-16 22/week @ 2024-02-23 39/week @ 2024-03-01 29/week @ 2024-03-08 91/week @ 2024-03-15 157/week @ 2024-03-22 602/week @ 2024-03-29 11/week @ 2024-04-05 49/week @ 2024-04-12 2/week @ 2024-04-19

701 downloads per month

BSD-3-Clause

225KB
218 lines

article-date-extractor

Build Status

Documentation

Overview

This library allows you to extract the publication date of an article or a blog post by using various parsing methods. It's heavily inspired by both the original Python version as well as the Haskell port.

Please consult the documentation for installation instructions and a usage example.

Contributing

  1. Fork it ( https://github.com/alexeyzab/article-date-extractor/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add a failing test.
  4. Add code to pass the test.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Ensure tests pass.
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request

Dependencies

~12MB
~230K SLoC