wikimedia-museumproject/README.md

29 lines
632 B
Markdown
Raw Normal View History

2023-03-11 19:57:36 +00:00
How to build?
-------------
2023-03-11 14:39:54 +00:00
Dependencies: curlpp, rapidjson
To build please do:
2023-03-11 19:57:36 +00:00
mkdir build
cd build
cmake ..
make
2023-03-11 14:39:54 +00:00
How to use?
-----------
2023-03-11 19:57:36 +00:00
2023-03-11 14:39:54 +00:00
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
2023-03-11 19:57:36 +00:00
containing the downloaded images as parameter.
2023-03-11 14:39:54 +00:00
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).