An open API service indexing awesome lists of open source software.

https://github.com/danmichaelo/commons-digitaltmuseum

Tool for transferring images from oslobilder.no and digitaltmuseum.no to Wikimedia Commons, and for generating searchable tables of metadata for transferred images
https://github.com/danmichaelo/commons-digitaltmuseum

Last synced: 3 months ago
JSON representation

Tool for transferring images from oslobilder.no and digitaltmuseum.no to Wikimedia Commons, and for generating searchable tables of metadata for transferred images

Awesome Lists containing this project

README

          

## Setup

```
virtualenv ENV
. ENV/bin/activate
pip install -U -e .
crontab < crontab
```

## Development server:

```
uwsgi --http :5000 \
--venv ENV \
--manage-script-name
--mount /digitaltmuseum=digitaltmuseum.wsgi:app
```