Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
import mechanize
import logging
import sys, os
USER = 'someuser@mozilla.com'
PASSWORD = 'somepassword'
CONFLUENCE_BASE_URL = "https://mana.mozilla.org"
CONFLUENCE_MANAGE_INDEX_URL = "https://mana.mozilla.org/wiki/admin/viewindexqueue.action"