Compare commits
2 Commits
b08e889da6
...
b0dfcf3a13
Author | SHA1 | Date | |
---|---|---|---|
|
b0dfcf3a13 | ||
|
6a7ed34089 |
@ -0,0 +1,13 @@
|
||||
import bz2
|
||||
import os
|
||||
import re
|
||||
import json
|
||||
import pandas as pd
|
||||
|
||||
# TODO Get a list of bots in the project
|
||||
|
||||
# TODO get all mws wikis
|
||||
|
||||
# TODO get the
|
||||
# page creation and page edit
|
||||
# events of those bots for each of the wikis
|
@ -8,3 +8,20 @@ import re
|
||||
import datetime
|
||||
|
||||
# phab=Phabricator("https://phabricator.wikimedia.org/")
|
||||
|
||||
#set phabricator api token
|
||||
|
||||
# for the search criteria of
|
||||
# the umbrella tag VisualEditor
|
||||
# open tasks
|
||||
# closed tasks
|
||||
# the umbrella tag of Parsoid?
|
||||
|
||||
# query
|
||||
# query for umbrella tag
|
||||
# in a given womdpw pf to,e
|
||||
# if open or closed
|
||||
|
||||
|
||||
# then, for each task,
|
||||
# collect the comments with them
|
||||
|
Loading…
Reference in New Issue
Block a user