How to follow a big list of Twitter users

Say you have a big list of Twitter users you want to follow (example), you can add the Twitter username one-by-one or you can leverage the power of command line on Linux. Here’s how:

  1. Download the twidge binary appropriate for your Linux
  2. Rename the downloaded binary file as ‘twidge’ and make it executable i.e. chmod u+x twidge
  3. twidge setup    # Follow instructions given to authorize twidge application to access your Twitter account
  4. Using the example above, copy and paste the list of Twitter usernames and save the file as ‘userlist’
  5. cat userlist | sed ‘s/@/\n/g’ | while read U X; do if [ -z "$U" ]; then continue; fi; twidge follow $U; done
Advertisement

One Response to “How to follow a big list of Twitter users”

  1. How to follow a big list of Twitter users « Quis custodiet ipsos … | Twitter Says:

    [...] the article here: How to follow a big list of Twitter users « Quis custodiet ipsos … Posted in How to Twitter Tags: a-big-list, add-the, big-list, command-line, leverage-the, [...]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.