↓ Skip to Content

sodaware.github.com / RedditSigs.com

Graphical reddit signatures.

Licence
BSD
Source
http://github.com/sodaware/redditsigs.com/
Homepage
redditsigs.com
Download zip   Download tar.gz

What is it?

RedditSigs.com started off as a joke from an /r/gaming thread, but quickly grew into something slightly more interesting.

Note: The redditsigs.com domain is no longer active.

It does this:

******************************************************************
* Sodaware                                                O      *
* Level 20 Human Redditor                                \|/     *
* 1927 Comment Karma                                      |      *
* 958 Link Karma                                         / \     *
*                                                                *
* Get your own Reddit signature at Redditsigs.com                *
******************************************************************

And this:

How do you calculate the level?

The original level calculate was based solely on the age of a user account. The new calculation takes the following into consideration:

In future I may update the calculation to give different weights to different trophies.

Setup

redditsigs is a hagfish based application. It also requires http://simplehtmldom.sourceforge.net/ (just drop simple_html_dom.php in the vendor directory).

To get image generation working properly, you'll need to download the trophy images from reddit and save them in the assets folder. assets/trophies contains a list of trophies taken from http://reddit.com/help/awards.

To automatically download images, run the following from inside your redditsigs.com directory.

cd assets
wget -i https://raw.github.com/Sodaware/redditsigs.com/master/assets/trophies

↑ Back to Top