Skip to content

A python package to analyze files and provide useful metadata with pywikibot

License

Notifications You must be signed in to change notification settings

drtrigon/file-metadata-wikibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

About

A python package to analyze files and provide useful metadata with pywikibot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published