https://github.com/sdslabs/leaderboard
A leaderboard application to keep track of all social scores of a team
https://github.com/sdslabs/leaderboard
Last synced: 3 months ago
JSON representation
A leaderboard application to keep track of all social scores of a team
- Host: GitHub
- URL: https://github.com/sdslabs/leaderboard
- Owner: sdslabs
- License: other
- Created: 2012-12-22T09:33:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T00:11:41.000Z (almost 11 years ago)
- Last Synced: 2025-04-21T22:36:11.195Z (about 1 year ago)
- Language: PHP
- Homepage: http://score.sdslabs.co
- Size: 855 KB
- Stars: 11
- Watchers: 58
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Leaderboard
===========
Leaderboard is a social application that keeps track of a user's score across
various websites. All data is easily viewed in a tabular format for all users
across the app. Leaderboard updates itself with the latest data as well.
#Services
Leaderboard tracks a user's score across various services:
- ✓ Github (follower count)
- ✓ Last.FM (listen count)
- ✓ Stackoverflow (reputation)
- ✓ AskUbuntu (reputation)
- ✓ Facebook (subscribers)
- Dropbox (total space)
- ✓ Twitter (follower count)
- ✓ Spoj (current score)
- ✓ Gitscore (user's score)
- ✓ Hacker News (user's karma)
- ✓ Klout score
- ✓ Project Euler (problems solved)
More services are planned. Services that require authentication ask for a minimal
authentication via oauth.
#Authentication
The authentication mechanism for a user is based on Github's organization
#Screenshots


##Credits
- thenounproject.com for the favicon
- We use [dapper](http://open.dapper.net) for scraping some data
- [Limonade](https://github.com/sofadesign/limonade) as the framework