{"id":16572328,"url":"https://github.com/jonocarroll/butterfly","last_synced_at":"2025-08-29T21:33:22.628Z","repository":{"id":71014017,"uuid":"61179960","full_name":"jonocarroll/butteRfly","owner":"jonocarroll","description":"Build a social network dashboard in R (Twitter/Facebook/GitHub/etc...) ","archived":false,"fork":false,"pushed_at":"2016-08-30T13:00:23.000Z","size":462,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T02:51:12.168Z","etag":null,"topics":["facebook","github","rstats","social-networks","twitter"],"latest_commit_sha":null,"homepage":null,"language":"R","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/jonocarroll.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-15T05:29:36.000Z","updated_at":"2022-09-30T04:34:38.000Z","dependencies_parsed_at":"2023-07-07T05:31:15.810Z","dependency_job_id":null,"html_url":"https://github.com/jonocarroll/butteRfly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonocarroll/butteRfly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonocarroll%2FbutteRfly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonocarroll%2FbutteRfly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonocarroll%2FbutteRfly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonocarroll%2FbutteRfly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonocarroll","download_url":"https://codeload.github.com/jonocarroll/butteRfly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonocarroll%2FbutteRfly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272766586,"owners_count":24989404,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"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":["facebook","github","rstats","social-networks","twitter"],"created_at":"2024-10-11T21:27:11.171Z","updated_at":"2025-08-29T21:33:22.622Z","avatar_url":"https://github.com/jonocarroll.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Linux/Mac Travis Build Status](https://img.shields.io/travis/jonocarroll/butteRfly/master.svg?label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/jonocarroll/butteRfly)\n[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/jonocarroll/butteRfly/master.svg?label=Windows)](https://ci.appveyor.com/project/jonocarroll/butteRfly)\n[![codecov](https://codecov.io/gh/jonocarroll/butteRfly/branch/master/graph/badge.svg)](https://codecov.io/gh/jonocarroll/butteRfly)\n[![GitHub forks](https://img.shields.io/github/forks/jonocarroll/butteRfly.svg)](https://github.com/jonocarroll/butteRfly/network)\n[![GitHub stars](https://img.shields.io/github/stars/jonocarroll/butteRfly.svg)](https://github.com/jonocarroll/butteRfly/stargazers)\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/jonocarroll/butteRfly.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:\u0026url=%5Bobject%20Object%5D)\n\n# butteRfly\n\n# *Are you a social butteRfly?*\n\nDo you wish you could cross-correlate your activity on various \nsocial networks in a simple comparison? Look no further!\n\nBuild a social network dashboard in R using this package.\n\n## Installation\n\nYou can install githubtools from github with:\n\n```R\n# install.packages(\"devtools\")\ndevtools::install_github(\"jonocarroll/butteRfly\")\n```\n\n## Features\n\n#### Generate a collation of your (or anyone's) social network activity.\n\nBy providing the relevant user ID for each social network\n\n```R\nmy_socials \u003c- collate_socials(user = c(\"jonocarroll\", \"carroll_jono\", 4168169), \n                              socials = c(\"GitHub\", \"Twitter\", \"StackOverflow\"))\n```\na collated series of GitHub-style tile charts is presented with the color-density representing level of activity on that social network (darker is more), tailored to the color scheme of that network (green for GitHub, blue for Twitter, orange for StackOverflow).\n\nAdditionally, number of contributions (commits/Tweets/accepted answers) can be overlayed.\n\n![](https://github.com/jonocarroll/butteRfly/raw/master/man/figures/demo.png)\n\n## Dependencies\n\n\u003cdel\u003eCurrently relies on [jonocarroll/githubtools](http://github.com/jonocarroll/githubtools) which contains the *theme_github* and *scale_fill_social* *ggplot2* functions. \u003c/del\u003e \n\nGiven that depending on a GitHub package that itself, depends on a GitHub package, seems to cause some headaches, for now I've incorporated the relevant functionality directly.\n\n## Future plans:\n  + shiny dashboard\n  + Facebook (?)\n  + Other socials?","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonocarroll%2Fbutterfly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonocarroll%2Fbutterfly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonocarroll%2Fbutterfly/lists"}