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
|
@ -7,4 +7,21 @@ import requests
|
|||||||
import re
|
import re
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
#phab=Phabricator("https://phabricator.wikimedia.org/")
|
# 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