CIA Grep in Python
This project is just a quick python script that parses the CIA world factbook, searches for a specific property, like population, and prints this property for all countries in the database.
Type: grepCia.py capital and you'll get a list of countries and capitals. It works for almost all properties speficied in the CIA datase.
The program makes a good start for any CIA data harvesting hacks.
downloadable files:
| grepCia.py |
Source code for this project. Run the script and pass something like capital. |
|