Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/relrod/socdiff

A social popularity contest that wasn't intended to be a popularity contest.
https://github.com/relrod/socdiff

Last synced: 12 days ago
JSON representation

A social popularity contest that wasn't intended to be a popularity contest.

Awesome Lists containing this project

README

        

# socdiff

A social diff.

socdiff is a simple Haskell application which allows you to visually represent
(diff-style) who follows you or unfollows you on various social media outlets.
Of course, this doesn't matter much, but it gave me a reason to play with
Facebook's awesome Haxl library, and this is what happened. :)

Simply create a Haxl data source for each network that you wish to track, and
reference it in the included runner program.

API docs: http://relrod.github.io/socdiff/api/

### Examples of running it

#### After following myself with a test account

```
$ socdiff
Fetching Github followers
+ Github:relrod:rublets
Stored /home/ricky/.socdiff_cache
```

#### After unfollowing myself

```
$ socdiff
Fetching Github followers
- Github:relrod:rublets
Stored /home/ricky/.socdiff_cache
```

# License

BSD-2. :) Have fun!