Archives For twitterator

Here’s a little tweak that should make Twitterator just a bit more useful. You can now pass the URL for the list of people to follow in the link to Twitterator itself. For example, let’s say you’ve collected a list of Twitter usernames in a text file at http://mytwitternames.com/lsdf28sdf. A link like this:

http://twitterator.org/?url=http://mytwitternames.com/lsdf28sdf

will take you to Twitterator and pre-populate the URL field. This should make it even easier to help a group of people get subscribed to a bunch of other Twitterers. Have fun with it.

I’ve made a few tweaks to Twitterator over the last couple days, the most significant of which is a measure of compatibility with DabbleDB. If you create a basic DabbleDB database with a single column of twitter usernames, you can specify the URL to the .txt or .csv versions of your database and Twitterator will add them to your list of Twitter friends.

This new feature should really help if you want to provide an easy way for a bunch of people to subscribe to a set of twitter users all at once. You could maintain, for example, a list of K-12 science teacher twitter users. Make as many groups as you want and simply provide the URLs in a blog post, on a wiki page, or in a Google Docs document.

Leave a comment if there’s another feature you’d like. I’ll see what I can do to put it in. Please let me know if you find a bug.

I may attract the trademark police for this, but so be it.

It seemed like an innocent enough question at the time, but when Steve Dembo (teach42) posted a tweet last week looking for a way to import a list of Twitter names to follow I decided to run with it. It seemed like a straightforward programming challenge, and after a little twittering back and forth with Dave Briccetti I had it pretty much worked out in my head.

Twitterator, then, is a really simple web application that takes a list of twitter usernames and allows you to follow them in one fell swoop. Take a look and see what you think. I have to warn you though. This is a pretty basic CGI script, and it’s not going to be particularly fast. It depends on Twitter.com’s servers being available which can be a bit of a crapshoot. Using Twitterator may cause dizziness, shortness of breath, locusts, giant meteors, and (wait for it) sexual dysfunction. Tell you doctor if you’re using Twitterator. Don’t taunt Twitterator!

I think this could be pretty useful for training sessions. For example, you could keep a list of twitter usernames in a file on the Internet somewhere and use that URL to follow those people. You could keep lists organized by academic subject or whatever else works for you. Once the file exists at a certain URL, a bunch of people could start following those people within minutes of creating their Twitter accounts. You can also paste in a bunch of usernames manually from a blog post, wiki page, or some other source. I tried to make it as bulletproof as reasonably possible, but you’ll have to ensure that the usernames are listed one per line.

Feel free to leave suggestions for improvements or creative uses in the comments. I hope everyone finds Twitterator useful. It’s fun to exercise my programming chops once in a while, and if this brings Dembo one step closer to world domination then it’s all been worth it.

Update: All Twitterator links have been updated to point to the new URL.