Skip to content

Latest commit

 

History

History
102 lines (69 loc) · 3.53 KB

README.rst

File metadata and controls

102 lines (69 loc) · 3.53 KB

Introduction

file-metadata-wikibot is a python package that aims to analyze files and find metadata that can be used from it on Wikipedia Commons by using pywikibot.

For more information on the package visit pywikibot-catfiles/file-metadata.

Installation

Docker

To pull the latest docker image use:

$ docker pull drtrigon/file-metadata-wikibot
Supported tags and respective Dockerfile links:

For more information about this image and its history, please see pywikibotcatfiles/file-metadata (on github). This image is updated via ...

Usage

To use the code, run the docker image as container:

$ docker run -it --rm drtrigon/file-metadata-wikibot bash

and then setup pywikibot configuration:

# wikibot-create-config

after that you can run a bot as:

# wikibot-filemeta-log -help

or:

# wikibot-filemeta-simple -help

Development

Build status

https://travis-ci.org/drtrigon/docker-file-metadata-wikibot.svg?branch=master https://travis-ci.org/drtrigon/install-file-metadata-wikibot.svg?branch=master Code issues Code issues Code Health

Rollbar issues: https://rollbar.com/drtrigon/install-file-metadata-wikibot/items/

Credits

This package has been derived from pywikibot-compat. Specifically, the script catimages.py which can be found at pywikibot-compat/catimages.py. These packages were created by DrTrigon who is the original author of this package.

LICENSE

This code falls under the MIT License. Please note that some files or content may be copied from other places and have their own licenses. Dependencies that are being used to generate the databases also have their own licenses.