Welcome to spacehey.py

spacehey.py is an unofficial Python wrapper for SpaceHey. It bridges the gap between the official mobile API and features only available on the web interface.


Features

Installation

Install directly from GitHub:

pip install spacehey.py

Quick Start

from spacehey import MobileClient

# Initialize with your token
client = MobileClient("YOUR_TOKEN_HERE")

# Post a bulletin
client.post_bulletin("Hello World", "This is a test from Python!", duration="1d")

Navigation

Raw API