All Projects → jonocarroll → butteRfly

jonocarroll / butteRfly

Licence: other
Build a social network dashboard in R (Twitter/Facebook/GitHub/etc...)

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to butteRfly

SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+4514.29%)
Mutual labels:  social-networks
Awesome Network Analysis
A curated list of awesome network analysis resources.
Stars: ✭ 2,525 (+17935.71%)
Mutual labels:  social-networks
Awesome Humane Tech
Promoting Solutions that Improve Wellbeing, Freedom and Society
Stars: ✭ 2,234 (+15857.14%)
Mutual labels:  social-networks
Sourcerer App
🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
Stars: ✭ 6,645 (+47364.29%)
Mutual labels:  social-networks
Humhub
HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules.
Stars: ✭ 5,586 (+39800%)
Mutual labels:  social-networks
Hybridauth
Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google.
Stars: ✭ 3,223 (+22921.43%)
Mutual labels:  social-networks
fb-scraper
Scrape a Facebook profile and turn it into a JSON file
Stars: ✭ 18 (+28.57%)
Mutual labels:  social-networks
react-social-network
react social network
Stars: ✭ 13 (-7.14%)
Mutual labels:  social-networks
meet-the-fans
Query and Visualize the network graph of your GitHub repositories, followers, stargazers, and forks.
Stars: ✭ 22 (+57.14%)
Mutual labels:  social-networks
E-commerceCustomerFYP
Android E-commerce Platform. Allow customer to buy product, chat, feedback rating, make payment to retailer
Stars: ✭ 41 (+192.86%)
Mutual labels:  social-networks
Influence-Maximization
Top-K Influential Nodes in Social Networks: A Game Perspective (SIGIR'17)
Stars: ✭ 19 (+35.71%)
Mutual labels:  social-networks
sharon
A lightweight and modular social sharing library
Stars: ✭ 16 (+14.29%)
Mutual labels:  social-networks
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (+107.14%)
Mutual labels:  social-networks
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (+50%)
Mutual labels:  social-networks
social-relay
Public post relay for the Diaspora federated social network protocol
Stars: ✭ 27 (+92.86%)
Mutual labels:  social-networks
awesome-search-engine-optimization
A curated list of backlink, social signal opportunities, and link building strategies and tactics to help improve search engine results and ranking.
Stars: ✭ 82 (+485.71%)
Mutual labels:  social-networks
LinkedIn Scraper
🙋 A Selenium based automated program that scrapes profiles data,stores in CSV,follows them and saves their profile in PDF.
Stars: ✭ 25 (+78.57%)
Mutual labels:  social-networks
spry
social media intelligence from the command line
Stars: ✭ 40 (+185.71%)
Mutual labels:  social-networks

Linux/Mac Travis Build Status AppVeyor Build Status codecov GitHub forks GitHub stars Twitter

butteRfly

Are you a social butteRfly?

Do you wish you could cross-correlate your activity on various social networks in a simple comparison? Look no further!

Build a social network dashboard in R using this package.

Installation

You can install githubtools from github with:

# install.packages("devtools")
devtools::install_github("jonocarroll/butteRfly")

Features

Generate a collation of your (or anyone's) social network activity.

By providing the relevant user ID for each social network

my_socials <- collate_socials(user = c("jonocarroll", "carroll_jono", 4168169), 
                              socials = c("GitHub", "Twitter", "StackOverflow"))

a 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).

Additionally, number of contributions (commits/Tweets/accepted answers) can be overlayed.

Dependencies

Currently relies on jonocarroll/githubtools which contains the theme_github and scale_fill_social ggplot2 functions.

Given 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.

Future plans:

  • shiny dashboard
  • Facebook (?)
  • Other socials?
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].