A plugin popularity data inside “install new plugin” [closed]

Mark Jaquith wrote a plugin a while back that fetches data from plugins on the WordPress repo, i’d suggest taking a look at this plugin’s code to get some ideas about how to query the WordPress Repository API, it’s not a huge plugin so you should be able to pluck the necessary info from the main plugin file quite easily, a link to the source is posted below.

Source for main plugin file
http://svn.wp-plugins.org/i-make-plugins/trunk/i-make-plugins.php

Plugin home page
http://markjaquith.wordpress.com/2010/01/18/new-plugin-i-make-plugins/

Notably the plugin API can return the download count for a given plugin.