No description
| .gitignore | ||
| CMakeLists.txt | ||
| fetcher.cc | ||
| gen_details.py | ||
| genallexif | ||
| LICENSE.txt | ||
| parser.cc | ||
| README.md | ||
| titlegen.py | ||
How to build?
Dependencies: curlpp, rapidjson
To build please do:
mkdir build
cd build
cmake ..
make
How to use?
-
First run the fetch_all binary with your api key as argument. It will fetch the json data into your local folder.
-
Run parser with argument "--download" (this will download all the images).
-
Run the "genexifall" script- Supply the folder name containing the downloaded images as parameter.
-
Run parser again without any arguments. You should get the out.csv file generated at this step (This is the file that you can use to import the data on OpenRefine).