{"id":16971566,"url":"https://github.com/johncoene/parsely","last_synced_at":"2025-03-21T20:16:16.957Z","repository":{"id":85366416,"uuid":"148181679","full_name":"JohnCoene/parsely","owner":"JohnCoene","description":"🌿 R wrapper to the parse.ly API","archived":false,"fork":false,"pushed_at":"2018-10-11T08:54:31.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T14:48:37.808Z","etag":null,"topics":["parsely","rstats"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnCoene.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,"publiccode":null,"codemeta":null}},"created_at":"2018-09-10T16:00:10.000Z","updated_at":"2018-10-11T08:54:32.000Z","dependencies_parsed_at":"2023-04-11T11:58:53.613Z","dependency_job_id":null,"html_url":"https://github.com/JohnCoene/parsely","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/JohnCoene%2Fparsely","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fparsely/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fparsely/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fparsely/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnCoene","download_url":"https://codeload.github.com/JohnCoene/parsely/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244860611,"owners_count":20522466,"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":["parsely","rstats"],"created_at":"2024-10-14T00:52:35.602Z","updated_at":"2025-03-21T20:16:16.940Z","avatar_url":"https://github.com/JohnCoene.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Travis build status](https://travis-ci.org/JohnCoene/parsely.svg?branch=master)](https://travis-ci.org/JohnCoene/parsely)\n\n# parsely\n\n![WEF](https://www.parse.ly/static/img/brand/logo-parsely-green-vertical.png)\n\nEasily call [parse.ly](http://parse.ly/) API from R.\n\n## Install\n\n```R\ndevtools::install_github(\"JohnCoene/parsely\")\n```\n\n## functions\n\n* `ly_token`\n* `ly_search`\n* `ly_analytics`\n* `ly_analytics_details`\n* `ly_analytics_meta_details`\n* `ly_shares`\n* `ly_shares_details`\n* `ly_shares_details_meta`\n* `ly_referrers`\n* `ly_referrers_post`\n* `ly_referrers_details`\n* `ly_referrers_details_meta`\n\n## Example\n\n```R\ntoken \u003c- ly_token(\"subdomain.domain.net\", \"XXxxX00X0X000XxXxXx000X0X0X00X\")\n\nrstats_posts \u003c- ly_search(token, q = \"r-tag\") # search articles by keyword\n\n# get analytics of posts tagged r-tag\nrstats_analytics \u003c- ly_analytics(token, type = \"posts\", tags = \"r-tag\")\n\n# get details for specific URL\nurl \u003c- \"https://www.r-project.org/\"\n    \nurl_data \u003c- ly_analytics_details(token, url = url)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Fparsely","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohncoene%2Fparsely","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Fparsely/lists"}