Skip to content

XceptN’s Tech Stuff

All About Tech

Twitter Automation & Programming Twitter Engines

Posted on March 19, 2009 By XceptN No Comments on Twitter Automation & Programming Twitter Engines

The awesome micro-blogging system twitter is the new viral in the social media networking and the online marketing area. There are a lot of key parameters in the twitter area. Some are:
  • Updates (Content)
  • Friends
  • Followers

Starting with the considered-to-be-most-valuable “Followers”, where crucial keys are:

  • Making more and more followers
  • Keep your followers  🙂

There are hundreds of ways to gain followers like reading  Twitter Power by Joel Comm, joining organizations like http://ifollowback.com by Jerell Klaver etc. But I strongly believe that the most crucial concept is the Content.

Finding “Friends” is much more easy. You may go to Twitter Search and look for tweets that interest you and you follow the tweeps doing them. But that is just “finding” part of it. “Making” friends requires a lot more. And one of those requirements is still the “Content”.

There are hundreds of different tools on the web to “automate” twitter. That is about automatic replies, direct messages (I do not like auto-DMs at all), scheduled tweets. Some examples:

  • TweetLater
  • FriendOrFollow
  • TwitApps
  • etc.

I have been / and am using some of them but I realized that an intelligent and most-appropriate solution lies in the Do It Yourself (DIY) arena.

I am using a Linux desktop / laptop day-to-day work. So the information below are all done on Linux environments. I am also using the python scripting language to develop software to be used with twitter (or to use the Twitter API for that matter).

I am using the python-twitter library along with the simplejson library for text encoding. For setting up your environment do the following:

  • Download python-twitter-0.5.tar.gz and install it.

See the Pyton Twitter project page for details.

  • Download and install simplejson-2.0.9.tar.gz .

See the Simple JSON project page for details.

Then you are ready so start coding. YES!. Below is a simple sample “Hello World” post to twitter:

import twitter

twapi = twitter.Api(username=’user’, password=’pass’)
twapi.PostUpdate(‘Hello twitterverse. See \
                  http://it.xceptn.com for more’)

Here you are.. With more Python skills you can develop your own application “for free” 🙂

python, twitter

Post navigation

Previous Post: Comparing and Measuring Performance of Linux Filesystems
Next Post: Unix / Linux Job Automation “crontab” Tips

Related Posts

Customer IT Support Business Is All About Communication communication
Twitter Client Applications on Linux desktop

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Dipping Toes into Nix Package Manager | Installing Freeplane
  • Fujitsu Workplace Protect Face Recognition Best Practices on Q704
  • Fujitsu STYLISTIC Q704 Fingerprint Scanner Problems
  • Two Generations of Computing Equipment…
  • IBM Model M Keyboard Goes Blank

Recent Comments

  1. r0cky on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  2. XceptN on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  3. r0cky on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  4. Kaylee on Mounting an LVM Logical Volume in an Oracle VM Disk Image
  5. Theron Conrey on Open Source Virtualization for Smaller Carbon Footprint

Archives

  • June 2024
  • November 2014
  • October 2014
  • April 2014
  • March 2014
  • December 2012
  • November 2012
  • October 2010
  • April 2010
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008

Categories

  • blogging
  • communication
  • desktop
  • development
  • firmware
  • Fujitsu
  • gprs
  • gps
  • hardware
  • internet
  • java
  • kernel
  • keyboard
  • linux
  • masteryourbiz
  • mms
  • mobile
  • multimedia
  • network
  • OracleVM
  • palm
  • python
  • rokr e6
  • social media networking
  • storage
  • sysadm
  • tablet
  • twitter
  • virtualization
  • wap
  • windows
  • wordpress
  • xen

Copyright © 2025 XceptN’s Tech Stuff.

Powered by PressBook Masonry Dark