Giter Site home page Giter Site logo

slad3 / socialmediadataanalyzer Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 112 KB

API for analysis on user downloadable social media user data. This currently includes messaging, search history, device logins. Yes, social media sites keep all this data.

Home Page: https://benbarcaskey.com/Facebook

Python 97.33% HTML 2.16% Shell 0.51%
analysis json-format flask

socialmediadataanalyzer's Introduction

Social Media User Data Analyzer

Server for analyzing downloadable Social Media user data.

You can download your Social Media user data here:

Facebook: https://www.facebook.com/dyi/?referrer=ayi

Instagram: https://www.instagram.com/download/request/

To run for yourself

Installing required packages

pip install -r requirements.txt

From here you can either run App.py to run the server in debugging mode.

Overall Process

When the user uploads the zip file provided by given social media platform, the server unzips the file into a temporary directory on the server.

Once the process finishes and is analyzed, the temporary directory is deleted along with any user data that was provided or processed during that session. No user data will be saved, everything is deleted immediately.

Analysis

The end goal of each analysis is to provide a json format that can be easily readable by a frontend service, whether that's the website frontend or anther service designed to analyze user data over a period of time.

Searches

The end result of analyzing the searches will be a JSON format of getting the frequency of each search, and providing a comprehensive histogram of each search.

Messages

No or content of the user messages will be collected, analyzed, or stored. That's creepy. Only what type of message (text, photo, video etc.), sender, and time will be analyzed.

Analysis of the messages revolves around the response time of each message.

This includes how fast each of you respond, the ability to keep a conversation going, if the relationship between you and the recipiant is one sided, who usually initiates the conversation, etc. This also includes the grouping of messages to find somewhat of conversations.

  • Response Times
  • Amount of double messaging
  • Most initiations of conversations
  • Least self initiations conversations

Technical

All compilable code is written in python. Server is written with Flask/Flask-Cors and analysis utilizes NumPy, Pandas, and Scikit-learn.

socialmediadataanalyzer's People

Contributors

slad3 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.