{"id":18138001,"url":"https://github.com/rickbutton/articulus","last_synced_at":"2025-04-06T17:22:52.732Z","repository":{"id":4006719,"uuid":"5104839","full_name":"rickbutton/articulus","owner":"rickbutton","description":null,"archived":false,"fork":false,"pushed_at":"2012-07-25T01:43:47.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T23:29:22.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rickbutton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-19T03:08:26.000Z","updated_at":"2013-10-07T15:52:07.000Z","dependencies_parsed_at":"2022-09-02T17:14:39.784Z","dependency_job_id":null,"html_url":"https://github.com/rickbutton/articulus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickbutton%2Farticulus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickbutton%2Farticulus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickbutton%2Farticulus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickbutton%2Farticulus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickbutton","download_url":"https://codeload.github.com/rickbutton/articulus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247518735,"owners_count":20951857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-01T15:08:01.093Z","updated_at":"2025-04-06T17:22:52.691Z","avatar_url":"https://github.com/rickbutton.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Articulus\n\nThis gem is a small library that allows for news-article parsing, simple as that.\nThe only currently supported backend is the [DiffBot](http://diffbot.com) engine\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'articulus'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install articulus\n\n## Usage\n\nUsage of Articulus will be slightly different depending on the backend used. Some backends have more or less features.\n\n### DiffBot\n\n    Articulus.backend = :diffbot\n    article = Articulus.parse(\"http://news.somewebsite.com/article.html\", :token =\u003e \"DIFFBOT_TOKEN\")\n    puts article[:title]\n    puts article[:text\n\nDiffBot also provides an option to view their confidence rating on an article. Just set `:stats` to `true` in the `parse` method.\n\n    article = Articulus.parse(\"http://news.somewebsite.com/article.html\", :token =\u003e \"DIFFBOT_TOKEN\", :stats =\u003e true)\n\tconfidence = article[:confidence]\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickbutton%2Farticulus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickbutton%2Farticulus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickbutton%2Farticulus/lists"}