#extract #date

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

#18 in #json-ld

Download history 2/week @ 2023-11-02 1/week @ 2023-11-09 5/week @ 2023-11-16 3/week @ 2023-11-23 11/week @ 2023-11-30 1/week @ 2023-12-07 3/week @ 2023-12-14 5/week @ 2023-12-21 4/week @ 2024-01-04 11/week @ 2024-01-11 5/week @ 2024-01-18 5/week @ 2024-01-25 120/week @ 2024-02-01 31/week @ 2024-02-08 42/week @ 2024-02-15

199 downloads per month

BSD-3-Clause

225KB
218 lines

article-date-extractor

Build Status Current Version

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

~11MB
~228K SLoC