Collection of scripts to upload photos on imgur. All scripts use xclip to put the direct link on clipboard and libnotify to show a notification when done. Images are uploaded anonymously using v3 api. ruby-oauth supports uploading photos to a user's album. (you have to run it from terminal the first time)
C version requires curl headers, ruby needs the curl bindings provided by curb
gem, perl needs the curl bindings provided by WWW::Curl
CPAN module.
./imgur_script <path/to/file.(png|jpg)>
scrot -e 'imgur.rb $f'
gcc -s -O2 imgur.c -o imgur -lcurl