Re: [aur-dev] various implementations of a json api query endpoint for the aur

2011-03-27 Thread Justin Davis
Very cool! Are any of these implementations hosted anywhere? I have been making an AUR scraper/copier that saves package meta-information. There is also a web service that provides the data. I put both the database and webservice here: http://juster.us/aurlite This scraper saves the AUR data

Re: [aur-dev] various implementations of a json api query endpoint for the aur

2011-03-27 Thread elij
On Sun, Mar 27, 2011 at 9:02 AM, Justin Davis jrc...@gmail.com wrote: Very cool! Are any of these implementations hosted anywhere? I have development versions running, but only the ruby version is 'live' right now. http://test.awesometrousers.net/ There is also a live-search implementation that

[aur-dev] various implementations of a json api query endpoint for the aur

2011-03-26 Thread elij
Greetings. I have implemented stand-alone versions of the aur rpc interface, in 3 languages. https://github.com/cactus/spew-ruby (ruby + sinatra) https://github.com/cactus/spew-js (nodejs + coffee-script) https://github.com/cactus/spew-python (python + tornado) The ruby version is probably the