Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/relrod/socdiff
- Owner: relrod
- License: bsd-2-clause
- Created: 2014-06-27T08:53:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T01:45:06.000Z (over 9 years ago)
- Last Synced: 2024-10-04T15:41:00.668Z (about 1 month ago)
- Language: Haskell
- Size: 410 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!