Collecting Twitter Data with Python
Mining for tweets This post explains generally how my Python 3 tweet searching script works. Twitter limits the maximum age of searchable tweets to roughly a week. As such, the script can se… (more…)
Read more »
tl;dr Your code and its execution traces contain enough information to save, query and version computations without extra boilerplate. mandala is a persistent memoization cache on steroids that lets you tap into this information. It
turns Python programs … Read more