Twicker
Overview
Latest
- Version 1.0
- Build date 20090407_1033
Description
With Twicker you can store kicker (foosball, table soccer) results on Twitter and display the results on your homepage - inclusive simple statistics. Twitter is used as semantic database.
Screenshot
Live demo
See the live demo on sourceforge.net.
Extending Twicker
There is nothing to extend ;)
FAQ
-
Ho do I add a new result?
The Twicker-Tweet must have the following format:
$Team1-Player1[,$Team1-Player2]:$Team2-Player1[,$Team2-Player2] - $Points-Team-1:$Points-Team-2 [... some content ] #$Hashtags
The default hashtags are #kickern #büro. To add a new result, you can tweet this:
-
P1:P2 - 4:3 good game #büro #kickern
Adds a game with two players, player P1 has won.
-
T1P1,T1P2:T2P1,T2P2 - 5:1 what a match! #büro #kickern
Adds a game with two players per team, the first team has won
-
How do I delete a result?
Twitter does not allow deleting Tweets. If you want to use the semi-delete function of twitter, you have to tweet the following code:
$ID #delete #$Hashtags. $ID can be found in the second column of "Last games".
Used technologies
- Twicker was developed in pure JavaScript with help of jQuery.
Reference
No references
Special thanks
Thanks to my co-workers for having good table soccer matches ;)
License
Twicker is licensed under GPLv2.
Author
This tool is frickeld out by Christopher Klein <christopher[dot]klein[at]ecw[dot]de>. The project is hosted on sourceforge (http://sourceforge.net/projects/twicker).
My personal blog can be found under http://wap.ecw.de (German only).
If you are interested in professional programming or consulting solutions please have a look at http://www.ecw.de
Installation
See INSTALL
Requirements
* A twitter account for posting Kicker results
Installation
* Copy the content of src/ somewhere on the webserver and view the index.html in your browser
Changelog
See CHANGELOG
[2009-04-07] Version 1.0
* Initial release