Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@om-henners
om-henners / fiona_streaming.py
Last active August 29, 2015 14:17
Tweepy streaming to Fiona
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""
Stream twitter data directly to a dataset with Fiona and Tweepy.
"""
import fiona
import fiona.crs
from tweepy.streaming import StreamListener