Skip to main content

A Wikidata bot that makes sanity checks for the Wikidata Forges project.

Project description

F3 Wikidata Bot

f3wikidatabot is a python module and command-line tool for the wikidata Forges project.

Setup

git clone --recursive https://lab.forgefriends.org/friendlyforgeformat/f3-wikidata-bot.git
cd f3-wikidata-bot
echo layout python3 > .envrc
direnv allow
pip install poetry
poetry install

Usage

From the source tree:

PYTHONPATH=$(pwd) python bin/f3wikidatabot  --help

Using the module from PyPI:

from f3wikidatabot import bot

b = bot.Bot.factory(["--verbose", "--show", "--plugin", "Features"])

for forge in b.run_query():
    print(forge)

Publish

$ poetry config pypi-token.pypi {pypi token}
$ poetry version patch
$ poetry build
$ poetry publish

License

This project is licensed under the GPLv3+ License.

Funding

This project is funded through the NGI Assure Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program. Learn more on the NLnet project page.

NLnet foundation logo NGI Assure Logo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

f3wikidatabot-0.0.6.tar.gz (26.7 kB view hashes)

Uploaded Source

Built Distribution

f3wikidatabot-0.0.6-py3-none-any.whl (32.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page