Releases: Commonists/SurfaceImageContentGap
SurfaceImageContentGap 1.2
For this release we have remove requests to stats.grok.se and replace it by calls to the Wikimedia REST API.
In order to install client you should use pip install git+https://github.com/Commonists/pageview-api.git
SurfaceImageContentGap 1.1
This release adds reports on how many articles have been processed and how many have been found without images.
This is the second release of Surface Image Content Gap. Currently it supports two kind of search, searching articles without images given from a category or including a given template.
Usage
Searching articles from a given category without picture.
python imagegap.py -c "French long-distance runners" -w en \
-r "User:PierreSelim/RunnerReport" -f myconfig.cfgSearching articles with a given template without picture
python imagegap.py -t "Infobox Rugbyman" -w en \
-r "User:PierreSelim/Rugbyman" -f myconfig.cfgThe configuration file should contain the login and password of your bot to the wikimedia project
[login]
user = foo
password = barSurfaceImageContentGap 1.0
This is the first release of Surface Image Content Gap. Currently it supports two kind of search, searching articles without images given from a category or including a given template.
Usage
Searching articles from a given category without picture.
python imagegap.py -c "French long-distance runners" -w en \
-r "User:PierreSelim/RunnerReport" -f myconfig.cfgSearching articles with a given template without picture
python imagegap.py -t "Infobox Rugbyman" -w en \
-r "User:PierreSelim/Rugbyman" -f myconfig.cfgThe configuration file should contain the login and password of your bot to the wikimedia project
[login]
user = foo
password = bar