A tool that evaluates high-risk Wikipedia templates https://tools.wmflabs.org/earwig-dev/tif
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Ben Kurtovic 7eb0e4b426 More work on templates and calculator. 8年前
static More work on templates and calculator. 8年前
templates More work on templates and calculator. 8年前
tif More work on templates and calculator. 8年前
.gitignore More work on templates and calculator. 8年前
LICENSE Initial commit 8年前
README.md Initial commit 8年前
app.py More work on templates and calculator. 8年前

README.md

This is a tool that calculates the Template Influence Factor of a Wikipedia template, which is a measure of how high risk it is, for the purposes of anti-vandalism. It runs on Wikimedia Labs.

Dependencies

Running

  • Install all dependencies listed above.

  • Create an SQL database ...

  • Create an earwigbot instance in .earwigbot (run earwigbot .earwigbot). In .earwigbot/config.yml, fill out the connection info for the database by adding the following to the wiki section:

      _tifSQL:
          host: <hostname of database server>
          db:   <name of database>
    

    If additional arguments are needed by oursql.connect(), like usernames or passwords, they should be added to the _tifSQL section.

  • Start the web server (on Tool Labs, webservice2 uwsgi-python start).