GithubHelp home page GithubHelp logo

ribbon's Introduction

Ribbon

Every group chat has an origin story.

Overview

Ribbon uses Facebook Messenger chat data in order to analyze your group chat's conversations to create a "Spotify Wrapped"-esque profile of your group. By analyzing your individual and collective texting habits, Ribbon calculates cumulative statistics about your group's conversations as a whole, and assigns "roles" to each member of the group signifying their conversational "niche". Every group chat has an origin story, and Ribbon helps you discover yours.

Using Ribbon

Ribbon is live; travel to that link and follow the instructions on the page to view a profile of your friend group.

Installation & Local Use

To install & run Ribbon locally, clone this repository into a place you're comfortable keeping it.

To run a local instance of the frontend web app:

  • Run cd frontend from the root project directory
  • Run npm install to install dependencies
  • Run npm start to start the build process; you'll be redirected to the local site shortly.

Note that this will connect to the live production API. To connect to a local instance of the API (provided you're running it), assign apiUrl = apiUrlDev on line 4 of src/analytics/api.js.

To run a local instance of the backend API:

  • Run cd api from the root project directory
  • Run python3 -m venv venv to create a Python virtual environment
  • Run . venv/bin/activate to activate the virtual environment
  • Run pip install -r requirements.txt to install Python dependencies
  • Finally, run ./runserver to start an instance of the server at 127.0.0.1:800

ribbon's People

Contributors

a-lafrance avatar ryanmohta avatar k-xvin avatar wangpatrick57 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.