Skip to content

bellisk/tumblrgraphing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Graphing Tumblr with Neo4j

This is a simple script, using py2neo, that gets all reblog data on a specific Tumblr post and adds it to a Neo4j database.

Usage

  1. Download Neo4j from http://www.neo4j.org/ if you don't already have it, start the server and open http://localhost:7474.
  2. Run the script from the terminal with python tumblr-graphing.py [URL of post].

The nodes in the graph represent Tumblr users and are labelled "poster", "reblogger" and "source" (someone from whom the post was reblogged). Currently the only relationship in the graph is "reblogged from", with any text added by the reblogger included in the relationship as "comment".

About

A script to load the reblog network of any Tumblr post into a Neo4j database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published