Skip to content

A ruby script that scrapes rss feed of "shots" from dribbble.com, puts the images in a folder, generates an html file that you can load using WebDesktop. Poof - dribbble shots tiled nicely on your desktop.

Notifications You must be signed in to change notification settings

michaelparenteau/dribbble_desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

dribbble_desktop

A ruby script that scrapes rss feed of "shots" from dribbble.com, puts the images in a folder, generates an html file that you can load using WebDesktop. Poof - dribbble shots tiled nicely on your desktop. Written by Chad Humphries at the Hacker B & B.

NOTE: this is all drafted and explained for a OSX user. Other systems will need other instructions and/or something completely different than this script

How to Use

  1. mkdir dribbble_desktop
  2. Add dribbble_desktop.rb file to your dribbble_desktop directory.
  3. cd dribbble_desktop
  4. then run ruby dribbble_desktop.rb
    NOTE: make sure that you are connected to the interwebs. This scrapes the RSS feed of dribbble.com's "Everyone" shots.
  5. Download & install WebDesktop
    NOTE: OSX ONLY. Sorry Windows users... you will have to figure something else out.
  6. Run the WebDesktop app and Open File command + O (open the dribbble.html file in your dribbble_desktop directory, generated by running the ruby script.)
  7. That's it! You now have the latest dribbble shots on your desktop.

To Change the images in the html file

  1. In a new Terminal window run: cd dribbble_desktop && rm -rf images && ruby dribbble_desktop.rb
  2. After the script is done running... refresh your WebDesktop.

About

A ruby script that scrapes rss feed of "shots" from dribbble.com, puts the images in a folder, generates an html file that you can load using WebDesktop. Poof - dribbble shots tiled nicely on your desktop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published