The need
I often get requests from to retrieve metadata and info of Wikimedia Commons images in bulk. It is usually like, we have a list of URLs or file titles, we want description, author, and license information. I usually run a script to that. However, this can be a good tool.
Proposed solution
Create a simple flask app, where users can upload as TSV or CSV of files to upload the tool's UI, and have the option to select various data options such as:
- Description
- Creation date
- Author
- License information & etc.
The tool will fetch the information will using MediaWiki's API and given an output TSV file for the user to download.


