{"id":3027,"url":"https://github.com/exyte/ReadabilityKit","last_synced_at":"2025-08-06T16:32:19.602Z","repository":{"id":50525186,"uuid":"60699396","full_name":"exyte/ReadabilityKit","owner":"exyte","description":"Preview extractor for news, articles and full-texts in Swift","archived":true,"fork":false,"pushed_at":"2023-05-18T07:09:44.000Z","size":19642,"stargazers_count":832,"open_issues_count":0,"forks_count":80,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-12-01T00:03:53.391Z","etag":null,"topics":["extract","preview","swift","swift-package-manager"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-06-08T13:20:48.000Z","updated_at":"2024-11-07T21:46:33.000Z","dependencies_parsed_at":"2024-01-29T18:06:59.362Z","dependency_job_id":null,"html_url":"https://github.com/exyte/ReadabilityKit","commit_stats":{"total_commits":195,"total_committers":13,"mean_commits":15.0,"dds":"0.29230769230769227","last_synced_commit":"4517ed9977e68f2eaea124a3b5f1a24151ea151c"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exyte%2FReadabilityKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exyte%2FReadabilityKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exyte%2FReadabilityKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exyte%2FReadabilityKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exyte","download_url":"https://codeload.github.com/exyte/ReadabilityKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228923754,"owners_count":17992574,"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":["extract","preview","swift","swift-package-manager"],"created_at":"2024-01-05T20:16:29.337Z","updated_at":"2024-12-09T16:31:18.608Z","avatar_url":"https://github.com/exyte.png","language":"Swift","funding_links":[],"categories":["Utility","Libs","Swift","Utilities and Extensions","Utility [🔝](#readme)"],"sub_categories":["Web View","Utility","Other free courses"],"readme":"\u003cimg src=\"https://github.com/exyte/ReadabilityKit/blob/master/Assets/header.png\"\u003e\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/exyte/ReadabilityKit/master/Assets/demo.gif\" width=\"480\" /\u003e\n\n\u003cp\u003e\u003ch1 align=\"left\"\u003eReadabilityKit\u003c/h1\u003e\u003c/p\u003e\n\n\u003cp\u003e\u003ch4\u003ePreview extractor for news, articles and full-texts in Swift\u003c/h4\u003e\u003c/p\u003e\n\n___\n\n\u003cp\u003e We are a development agency building\n  \u003ca href=\"https://clutch.co/profile/exyte#review-731233\"\u003ephenomenal\u003c/a\u003e apps.\u003c/p\u003e\n\n\u003c/br\u003e\n\n\u003ca href=\"https://exyte.com/contacts\"\u003e\u003cimg src=\"https://i.imgur.com/vGjsQPt.png\" width=\"134\" height=\"34\"\u003e\u003c/a\u003e \u003ca href=\"https://twitter.com/exyteHQ\"\u003e\u003cimg src=\"https://i.imgur.com/DngwSn1.png\" width=\"165\" height=\"34\"\u003e\u003c/a\u003e\n\n\u003c/br\u003e\u003c/br\u003e\n\n![](https://img.shields.io/github/v/tag/exyte/popupView?label=Version)\n[![License: MIT](https://img.shields.io/badge/License-MIT-black.svg)](https://opensource.org/licenses/MIT)\n[![Cocoapods Compatible](https://img.shields.io/badge/cocoapods-Compatible-brightgreen.svg)](https://cocoapods.org/pods/ExyteAnimatedTabBar)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-0473B3.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n\n# !Project is now archived!\nNo further maintenance will be performed\n\n## Features\n\nExtracts:\n\n- [x] Title\n- [x] Description\n- [x] Top image\n- [x] Top video\n- [x] Keywords\n- [x] Date\n\n## Usage\n\n```swift\nlet articleUrl = URL(string: \"https://someurl.com/\")!\nReadability.parse(url: articleUrl, completion: { data in\n    let title = data?.title\n    let description = data?.description\n    let keywords = data?.keywords\n    let imageUrl = data?.topImage\n    let videoUrl = data?.topVideo\n    let datePublished = data?.datePublished\n})\n```\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n \n## Installation\n\n### [CocoaPods](http://cocoapods.org)\n\n```ruby\npod 'ReadabilityKit'\n```\n\n### [Carthage](http://github.com/Carthage/Carthage)\n\n```ogdl\ngithub \"exyte/ReadabilityKit\"\n```\n\n### Manually\n\n1. Install [Ji XML parser](https://github.com/honghaoz/Ji#manually).\n2. Download and drop all files from Sources folder in your project.\n\n## Development Environment Setup\n\n1. Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage).\n2. Check out and build the project's dependencies:\n\n```bash\ncarthage bootstrap --platform \u003cname\u003e\n```\n\n## Requirements\n\n- iOS 10.0+ / macOS 10.12+ / tvOS 10.0+ / watchOS 3.0+\n\n## License\n\nReadabilityKit is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexyte%2FReadabilityKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexyte%2FReadabilityKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexyte%2FReadabilityKit/lists"}