python-phabricator
Installation
$ pip install phabricator
Usage
Use the API by instantiating it, and then calling the method through dotted notation chaining:
from phabricator import Phabricator phab = Phabricator() # This will use your ~/.arcrc file phab.user.whoami()
You can also use:
phab = Phabricator(host='https://my-phabricator.org/api/', token='api-mytoken')
Parameters are passed as keyword arguments to the resource call:
phab.user.find(aliases=["sugarc0de"])
Documentation on all methods is located at https://secure.phabricator.com/conduit/
Interface out-of-date
If Phabricator modifies Conduit and the included interfaces.json is out-of-date or to make sure
to always have the latest interfaces:
from phabricator import Phabricator phab = Phabricator() phab.update_interfaces() phab.user.whoami()

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
