Coder Social home page Coder Social logo

social_media_profile_analysis's Introduction

User Identification Across Different Social Networks


__________________________________________________

An application developed in java (Eclipse maven 3.1)

Introduction

  • Social networks allow users to create virtual identities online, typically following advertising based business model. Advertising schemes on social networks could be more effective if networks could see the full set of information an individual posts across several platforms, which is challenging because users may not identify themselves in exactly the same way on each platform. This requires matching user identities across platforms. This is an identity matching system that can be used for user identification, using static profile characteristics (eg: name, location and gender etc.) as well as topic modeling approach using dynamic post data. It uses data analysis techniques together with machine learning approaches for this purpose.
  • So, this repository consists of work done to identify users when the user ids for different social network platforms such as facebook, twitter and google+ are feeded.
  • It performs analysis pairwise (eg: facebook-twitter, facebook-google+ and so on).
  • Demo directory contains demo videos about the project party by part.

Setup and Pre-requesties

* java SDK 1.7 * Firefox 31 need to be installed to run this application. * svm model should be located inside the "/output/svm/model" directory

Setup Credentials for API Calls

* This application deals with Facebook Graph API, Twitter API and Google+ API to retrieve data. * It is important to setup api keys in order to system work properly.
Create Twitter API Credentials
* Go to https://dev.twitter.com/overview/documentation and create sample application to get all the access tokens.(See this step by step guide http://www.prophoto.com/support/twitter-api-credentials/) * Once you get your all credentials, edit the TwitterProfileCrawlerAPI4J.java ("src/profilecrawler/") to replace all "SET_THE_KEY_HERE" with those 4 keys.
Create Google API Credentials
* Go to https://console.developers.google.com/project and create a sample project to get reqired credentials. * Once you create the project, enable APIs such as Geocoding API, Distance Matrix API and Google+ API under APIs & auth. * Navigate to credentials section and then note down the API Key under Public API access -> Key for server applications. * Edit the ProfileDisambiguator.java("src/profiledisambiguator/"), replace "SET_THE_KEY_HERE" inside main() with the key obtained.
Create Facebook API Credentials
* Go to https://developers.facebook.com/tools/explorer/ and get the access token by clicking the relevant button. You need to key in this token when application prompts to run.
NOTE: All the outputs will be generated and saved inside "/output/" directory.

__________________________________________________

© NUS, 2014. @Developer: Karthick ([email protected])

social_media_profile_analysis's People

Contributors

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