
feed ( 'user', '1' ) # Get activities from 5 to 10 (slow pagination) result = user_feed_1. connect ( 'YOUR_API_KEY', 'API_KEY_SECRET', location = 'us-east' ) # Find your API keys here # Create a feed object user_feed_1 = client. connect ( 'YOUR_API_KEY', 'API_KEY_SECRET' ) # Create a new client specifying data center location client = stream. ✨ Getting started import datetime # Create a new client import stream client = stream. ⚙️ Installation $ pip install stream-pythonĭocumentation for this Python client are available at the Stream website. 💡 We have a Django integration available here.

You can use this library to access feeds API endpoints server-side.įor the client-side integrations (web and mobile) have a look at the JavaScript, iOS and Android SDK libraries ( docs). You can sign up for a Stream account at our Get Started page. 💡 Note: this is a library for the Feeds product.

Official Python API client for Stream Feeds, a web service for building scalable newsfeeds and activity streams.
