Stack Exchange / Stackoverflow notifier

Can somebody please create a script for Stack Exchange sites? They have an API - http://api.stackexchange.com/. The script should show number of unread inbox items (http://api.stackexchange.com/docs/user-unread-inbox). Look here for the password to access the site - http://bugmenot.com/view/stackoverflow.com.

 

LA's picture

Finally, I've written the script myself. Not sure how to submit it to the scripts list, so I uploaded it to my dropbox account, here is the link.

User name: Stack Exchange site (like stackoverflow, serverfault, superuser etc.; check this link, api_site_parameter there for the full list)

Password: Access Token, user should access the URL, authorize application there and extract the token from the final URL (will look like https://stackexchange.com/oauth/login_success#access_token=xxxxxx(xxxxxxxxxxxxxx))

Hint: use Alias to replace script name from StackExchange to exact site name (for ex., StackOverflow).