Go to file
Ashik K ba077bb64a Support fetching accn number 2023-10-04 20:25:41 +02:00
.gitignore Add apikey.txt to .gitignore 2023-10-04 10:44:15 +02:00
CMakeLists.txt wip: fetcher and parser for Wikimedia museum data project 2023-03-11 15:32:28 +01:00
LICENSE.txt Rename extensions for README and license 2023-03-11 17:31:25 +01:00
README.md Fix README.md formatting 2023-03-11 21:05:53 +01:00
fetcher.cc clang-format 2023-04-04 14:25:15 +02:00
gen_details.py Support fetching accn number 2023-10-04 20:25:41 +02:00
genallexif Add C++ code and tooling for exif data genaration 2023-03-11 16:28:38 +01:00
parser.cc clang-format 2023-04-04 14:25:15 +02:00
titlegen.py add support for running title generator only for part of a file 2023-04-06 20:56:18 +02:00

README.md

How to build?

Dependencies: curlpp, rapidjson

To build please do:

mkdir build
cd build
cmake ..
make

How to use?

  1. First run the fetch_all binary with your api key as argument. It will fetch the json data into your local folder.

  2. Run parser with argument "--download" (this will download all the images).

  3. Run the "genexifall" script- Supply the folder name containing the downloaded images as parameter.

  4. 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).