Adam Green
Twitter API Consultant
adam@140dev.com
781-879-2960
@140dev

140dev Source Code

Free open source code for Twitter API programming with PHP and MySQL

This is a great starting point for custom Twitter applications. The plugin architecture makes it easy to extend.

Now that the switch to the Twitter API version 1.1 is getting closer, I’ve been asked if it will break the 140dev Framework. The requirement to switch to OAuth for API requests won’t affect the Streaming API, so version 1.1 won’t have any immediate impact on the the 140dev framework. Twitter has assured us that [...]

Our work with Twitter and politics has now moved beyond the 2012 election. We just set up a tweet collection database to track the Occupy Wall Street movement. It uses the 140dev framework to collect all tweets containing #ows, #occupy, and #occupywalllstreet. This will be used to document our tools and methodology to automate a [...]

Download the latest version of Phirehose

by Adam Green on September 30, 2011

in 140dev Source Code

Twitter has finally converted the Streaming API over to SSL connections only. This means that your copy of the 140dev Framework will stopping connecting until you upgrade to the latest version of the Phirehose library. You can do this in two ways. You can either download the entire 140dev Framework file for the DB Server [...]

The next release of the 140dev Twitter framework will introduce a set of tweet display themes. There will just be 4 at first, but I intend to have about a dozen by the following version. I know people love pre-built themes. Refined Business Colorful Minimalist

When in doubt, blame server paths

by Adam Green on November 12, 2010

in 140dev Source Code

I’ve been making a lot of changes in the 140dev code as a result of my son’s testing. It is great to get someone who isn’t an experienced PHP coder to test this. He blocks on things I’d just write around. I modified the scripts in the Twitter database server module to eliminate the need [...]

I rebuilt the code for the 104dev system using a WP-style architecture. As expected the messiest part was getting the directory paths right. I think the idea of putting most of the functionality into separate plugin directories will be a big win. There will be a very small core of tweet collection code and general [...]

I’ve been thinking about how to prepare the tweet aggregation code used for the dev tweets page. I know that I want to add multiple modules to the system, and make it easy to customize the appearance of the tweet list. This sounds a lot like the WordPress model with plugins and themes, so I’m [...]