Mobilize America

Overview

Mobilize America is an activist signup tool used by progressive organizations. This class provides several methods for fetching organizations, people, and events from their API, which is currently in alpha development.

Note

Authentication

Some methods in the MobilizeAmerica class require an API Key furnished by Mobilize America (private methods), while others do not (public methods). Each method in this class contains a note indicating whether it is public or private. For more information, see the API documentation.

Quickstart

If you instantiate MobilizeAmerica without an API Key, you can only use public methods:

In order to use private methods, you must provide an API key either by setting the environmental variable MOBILIZE_AMERICA_API_KEY or by passing an api_key argument as shown below:

API