Tweet-SQL Features

  • Simple deployment.
  • Simple GUI for configuration.
  • Stored Procedures for configuration changes with TSQL.
  • Over 90 procedures to interact with the Twitter API and more (see the table below).
  • Functions for handling dates and url encoding strings.
  • Flexible ways to deal with resultsets.
  • No unfair licensing restricting you to a single Twitter account.
  • Free updates for 1 year.
  • Free upgrade for all Tweet-SQL users to version 3 to allow oAuth authentication.

  • Version 2 list. Update to version 3 coming soon. In the meantime consult the manual.
ProceduresComment
tweet_acc_archiveLegacy prodecure. *
tweet_acc_end_sessionTerminates any active Twitter session.
tweet_acc_rate_limit_statusQuery your current rate limit status.
tweet_acc_update_delivery_deviceUpdate your delivery device settings.
tweet_acc_update_locationUpdate your location on Twitter. Depreciated in favour of tweet_acc_update_profile. *
tweet_acc_update_profileUpdate your profile details.
tweet_acc_update_profile_colorsUpdate your profile colours.
tweet_acc_verify_credentialsVerify the credentials Tweet-SQL holds.
tweet_blk_createBlock a Twitter user.
tweet_blk_destroyRemove a block on a Twitter user.
tweet_cfg_http_request_timeoutA Tweet-SQL configuration procedure to change the http timeout value.
tweet_cfg_licensekeyA Tweet-SQL configuration procedure to change the license key.
tweet_cfg_loginDetailsA Tweet-SQL configuration procedure to change username & password.
tweet_cfg_no_type_arrayA Tweet-SQL configuration procedure to change type array settings.
tweet_cfg_resultset_sendA Tweet-SQL configuration procedure to change the way resultsets are presented.
tweet_fav_createFavorite a specific status.
tweet_fav_destroyDestory an existing favorite.
tweet_fav_favouritesReturn your Favorites.
tweet_frd_createMake friends with another user.
tweet_frd_destroyUnfriend another user.
tweet_frd_existsCheck to see if a friendships exists between two users.
tweet_hlp_downtime_scheduleReturns the same text displayed on http://twitter.com/home when a maintenance window is scheduled
tweet_hlp_testReturns 'OK'.
tweet_msg_destroyDeletes a direct message.
tweet_msg_direct_messagesReturn your direct messages.
tweet_msg_newSend a new direct message.
tweet_msg_sentView your sent messages.
tweet_not_followEnable update notifcations from a specific user.
tweet_not_leaveDisable update notifcations from a specific user.
tweet_sog_followersReturns a list of follower ids for a specific user.
tweet_sog_followersTableLike tweet_sog_followers but copies the data to a local table.
tweet_sog_friendsReturns a list of friend ids for a specific user.
tweet_sog_friendsTableLike tweet_sog_friends but copies the data to a local table.
tweet_src_searchQuery the Twitter Search API
tweet_sts_destroyDelete a specific status.
tweet_sts_friends_timelineReturn your friends statuses. This is the equivalent of /home on the Web.
tweet_sts_public_timelineReturn the public timeline.
tweet_sts_repliesReturns the authenticating user's @replies.
tweet_sts_showShows a specific status.
tweet_sts_updateUpdate your status.
tweet_sts_user_timelineReturn user statuses.
tweet_usr_featuredLegacy prodecure. *
tweet_usr_followersReturn a user's followers.
tweet_usr_friendsReturn user friends.
tweet_usr_showReturns extended information for a specific user.
tweet_util_shortenUrlShorten URLs with TinyURL.
Functions
tweet_fnc_dateconvertA Tweet-SQL function to convert HTTP formatted dates into ODBC format.
tweet_fnc_httpformatA Tweet-SQL function to convery ODBC formatted dates into HTTP format.
tweet_fnc_urlEncodeA Tweet-SQL function to urlencode strings.

* These procedures have had their API methods removed, or depreciated, from the official Twitter documentation so you are encouraged not to use these. These may cease to function at any time if Twitter withdraws support from the API.