TweetDeck Export and Import Group Script
Love TweetDeck and wish you could import/export your Groups? Here’s a quick SQLite script that will help.
Installation
- Create a new folder (Example: c:\sqlite\).
- Download the SQLite command line program for your system and copy sqlite3.exe to the sqlite folder.
- Download the script files and extract the files to the sqlite folder.
- Modify sqlbatch.cmd. The default commands are for Windows XP, but they are basic commands that should convert easily for any operating system. You’ll need to find your TweetDeck database and ensure that SQLDIR and DBNAME point to the right locations. Replace “{Your Screen Name}” (including the braces ‘{}’) with your Twitter user name.
- Modify groupbuild.sql. Find “{Group Name}” and replace the text (including the braces ‘{}’) with the name of your group. The text occurs twice in the file. The group must already exist.
Export
- Drag and drop the file groupbld.sql onto the sqlbatch.cmd file.
- A new file will be created named, updgroups.sql.xls.
- This is a text file, but it can also be opened in Excel. You can modify it in Excel or in a text editor.
- If you run this script without any modifications, all of your friends will be added to the group.
- Remove each friend who should not be added to the group by deleting the row that contains his or her user name.
- Deleting: This script deletes the current group membership. Remove the first row of the script if you do not want to delete current group members (you only want to add to the group).
Final Edits and Import
- Save the file as a text file and exit Excel.
- Open the text file again in a text editor (such as Notepad) and perform a global replace to remove all of the double-quotes (‘”’).
- Important: Backup your current TweetDeck database by copying the database file.
- If you are satisfied with your new script file. Drag and drop it onto sqlbatch.cmd and the new members will be imported into your TweetDeck group.
Rerun the process for other groups, changing the group name in the groupbuild.sql file.



