-
Notifications
You must be signed in to change notification settings - Fork 3
Dynamic Twitter background
ovidiuch/gutenHashTag
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
gutenHashTag - dynamic Twitter background by @skidding Ovidiu Cherecheș Requires PHP 5.something with GD. UNIX instructions for installing: > cd /path/to/gutenhashtag > git clone git@github.com:skidding/gutenHashTag.git . > cp config.sample.php config.php > vim config.php Replace vars with keys from your Twitter app... > :wq > mkdir exports Give ownership to webserver (Apache on Debian here) on "exports" dir (consult /etc/passwd for actual username) > chown www-data:www-data exports or be a douche and give full permissions to everyone > chmod 777 exports > export EDITOR=vim > crontab -e Add this line at the bottom of the file: */15 * * * * cd /path/to/gutenhashtag && php -f upload.php > :wq See it live at twitter.com/skidding kthxbye
About
Dynamic Twitter background
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published