is_mobu_bot_user

gafaelfawr.util.is_mobu_bot_user(username)

Return whether the given username is a mobu bot user.

mobu is the integration testing bot. Its actions should not be included in usage metrics, since they could swamp the measurements for regular users or distort the metrics.

Parameters:

username (str) – Username to check.

Return type:

bool