The Artima Developer Community
Sponsored Link

Python Buzz Forum
Back My Twits Up

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Aaron Brady

Posts: 576
Nickname: insommeuk
Registered: Aug, 2003

Aaron Brady is lead developer for Crestsource
Back My Twits Up Posted: Nov 28, 2010 6:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Aaron Brady.
Original Post: Back My Twits Up
Feed Title: insom.me.uk
Feed URL: http://feeds2.feedburner.com/insommeuk
Feed Description: Posts related to using Python. Some tricks and tips, observations, hacks, and the Brand New Things.
Latest Python Buzz Posts
Latest Python Buzz Posts by Aaron Brady
Latest Posts From insom.me.uk

Advertisement

My first published code in quite a long time, bmtu.

I like reading my old notebooks, I did that recently with my physical notebooks, but nothing serves as a nearly-real-time diary of my life in the same way that my Twitter account does.

However, the public Twitter site isn’t really a permanent store for that information: it may disappear over night, they may have an horrific crash or, for perfectly reasonable performance reasons, they may expire or remove access to old tweets. In fact, you can only go about 3,200 posts back, so if you’re prolific, it may make sense to start backing up now.

Trevor pointed me at Tweet Nest, but it does a lot of things I don’t need (like analytics) and it uses an environment that I don’t run on my hosting (PHP, MySQL). The homepage is vocal about being tested in LAMP environments. I run Linux/Nginx/SQLite/Python - a LiNgSqPy stack. Catchy.

If you have PHP and MySQL hosting, or you don’t know what you have, you should probably stop here and just install Tweet Nest. If you have some ill-defined and lofty idea of software minimalism, but not so minimal that it doesn’t pull in a (smaller) SQL database engine, please check out the project’s Github page.

bmtu is designed to recover when it fails, and run periodically from a cron, where it will slavishly update an SQLite database in your home directory with the latest 140-character wisdom from any user (who doesn’t have a private timeline!) you give as a parameter. It uses 2+ anonymous API calls per hour, and comes with a README explaining its use. It’s licensed under an MIT-X11-style license.

Read: Back My Twits Up

Topic: Have you talked to your kids about zombies? (I spent far too... Previous Topic   Next Topic Topic: The Proceeds (by Tobias Lunchbreath)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use