{"id":14068538,"url":"https://github.com/yonicd/basecamper","last_synced_at":"2026-05-29T18:31:32.896Z","repository":{"id":91010436,"uuid":"265820935","full_name":"yonicd/basecamper","owner":"yonicd","description":"Interact with basecamp api in R","archived":false,"fork":false,"pushed_at":"2020-07-21T14:45:09.000Z","size":102,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T14:29:59.063Z","etag":null,"topics":["basecamp","r"],"latest_commit_sha":null,"homepage":"https://yonicd.github.io/basecamper/","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/yonicd.png","metadata":{"files":{"readme":"README.Rmd","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":"2020-05-21T10:33:55.000Z","updated_at":"2020-07-21T14:45:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa5d45ff-6f5a-4fb3-8a4f-96fcaba0fab6","html_url":"https://github.com/yonicd/basecamper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yonicd/basecamper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonicd%2Fbasecamper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonicd%2Fbasecamper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonicd%2Fbasecamper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonicd%2Fbasecamper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yonicd","download_url":"https://codeload.github.com/yonicd/basecamper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonicd%2Fbasecamper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33666290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["basecamp","r"],"created_at":"2024-08-13T07:06:15.050Z","updated_at":"2026-05-29T18:31:32.874Z","avatar_url":"https://github.com/yonicd.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\",\n  eval = FALSE\n)\n```\n\n# basecamper\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n\u003c!-- badges: end --\u003e\n\nThe goal of basecamper is to work with Basecamp Classic API to interact with Basecamp directly from R.\n\nWhat you can do with this package:\n\n |Scope|Query|Post|Edit|Delete|Download|Vignette|\n |:--:|:--:|:--:|:--:|:--:|:--:|:--:|\n |Projects|`r emo::ji('check')`|||||`r emo::ji('check')`|\n |Messages|`r emo::ji('check')`|`r emo::ji('check')`|`r emo::ji('check')`|`r emo::ji('check')`||\n |Comments|`r emo::ji('check')`|`r emo::ji('check')`|`r emo::ji('check')`|`r emo::ji('check')`||`r emo::ji('check')`|\n |Attachments|`r emo::ji('check')`|`r emo::ji('check')`|||`r emo::ji('check')`|`r emo::ji('check')`|\n \n## Installation\n\nTo use this package clone the repository and install locally\n\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```{r example}\nlibrary(basecamper)\n```\n\nSet up the TOKEN and HOST\n\nYou can find your TOKEN by logging into Basecamp\n\n  - Click on `My info` found in the top right corner of the website\n  - At the bottom of this page you will see `Authentication tokens`, click on `Show your tokens`\n  - Copy the `Token for feed readers or the Basecamp API`, this goes into the `BASECAMP_TOKEN` environment variable.\n\n```{r,eval=FALSE}\nSys.setenv(BASECAMP_TOKEN = 'MYTOKEN')\nSys.setenv(BASECAMP_HOST  = 'https://mycompany.basecamphq.com')\n```\n\n\n### Whoami\n\nChecking that the token and host are set right and get back your account info with the `whoami` function\n\n```{r}\nbasecamper::whoami()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonicd%2Fbasecamper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyonicd%2Fbasecamper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonicd%2Fbasecamper/lists"}