Git Product home page Git Product logo

sociallegacy's Introduction

Social participation data analysis and exploitation

This project gathers social data and routines for analysis and exploitation. At the most fundamental level, social participation linked data is accessed and analyzed. Public data, such as provided by the Gmane database or donated profiles from private networks (e.g. Facebook), or even gathered by Twitter, is incorporated as RDF in the Social Graph considered. Observance of stability and the synthesis of audiovisual artifacts eases observation, probing and exploitation.]

Pypi package: https://pypi.python.org/pypi/social

$ pip install social

or

$ python setup.py install

For greater control of customization (and debugging), clone the repo and install with pip with -e:

$ git clone https://github.com/ttm/social.git

$ pip install -e <path_to_repo>

Usage example

import social as S

# put facebook user and password in ~/.social/fb/profile
# or login on the browser window that will appear
# or input login as arguments:
sb=S.ScrapyBrowser()
# input user id and returns the friend ids (and names...)
friends=sb.getFriends()

# To load GDF file:
fg=S.GDFgraph("../data/RenatoFabbri06022014.gdf") # graph should be on fg.G
# To make an abstract animtion with it:
song=S.FSong(fg.G,"fsong/",True,True,False,True)
# Check mixedVideo.webm

# more ***in construction***

##########################################
# SKETCH. This is not the toolbox.

#S.download() # download ontologies and data

#S.generalStats() # print number of triples, individuals, etc.

#data=S.data()

#d1=S.makeBasicDatastructures(data["participa"])
#d2=S.makeBasicDatastructures(data["aa"])
#d3=S.makeBasicDatastructures(data["cd"])

#S.Analyze()

# use the gmane python package to analyse network structure

# Enjoy!

sociallegacy's People

Contributors

ttm avatar

Stargazers

 avatar  avatar Alberto Labarga avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

shadowridgedev

sociallegacy's Issues

make animations of the holy family graph

from Jesus to Mary, Joseph and their sons, up to David, Moses and Adam. Relate disciples, substitute Judas for Paul, relate Barnabe, Timothy and other biblical figures.

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.