Run the program by typing this in your console: python runme.py
You need to already have an API key from Edmunds.com for this program to function. And be sure to install the python wrapper for the edmunds api which is pip install edmunds as noted in requirements.txt. I was using Python 2.7.6 for development but should work with most Python versions.
The program does what the name says but I limited it to just new cars for now. I also limited the specs to the standard engine and transmission.
I had tons of fun creating this little simple project.