dpriskorn / asseeibot

Reads the change flow of Wikipedia and output DOI, ISBN, etc. identifiers as they are found

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collect statistics and show the user at runtime

dpriskorn opened this issue · comments

As a user I would like to know how many subjects I have added over time to wikidata using the tool.
Save using pandas pickle with the columns

  • Item
  • Subject item
  • Original subject
  • Whether label or alias was used to match
  • datetime.now()
  • rolled_back False

One row for each successful upload

Show the progress to the user every x upload

This can be used for rollback of bad edits later also...