You are not logged in.

#1 2009-10-20 19:20:20

semperfiguy
Member
Registered: 2007-12-03
Posts: 224

Twitter app?

Does anyone have a favorite app they use for twitter? I have been trying to test out a few, but none of them seem to work for me.

I have tried qwit and qtwitter -- both crash.
I have tried gtktwitter which worked once, but looked terrible. Now it freezes.
I have been trying to use twitux but it never connects. It simply asks me for my username and password over and over again.

Does anyone have a client to recommend?

I'm using destroytwitter right now through adobe-air. Don't like the fact that there is a big black border around the application. Any way to control this?

Last edited by semperfiguy (2009-10-20 19:26:39)

Offline

#2 2009-10-20 19:37:39

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Twitter app?

I have tried most of them (including the Air apps) and the one that works best for me is TTYtter - it has an amazing range of functionality and is lightweight and very much in line with the Arch Way.

There is a thread here that covers this topic: http://bbs.archlinux.org/viewtopic.php?id=74760


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2009-10-20 21:52:28

Knives
Member
Registered: 2008-12-26
Posts: 25

Re: Twitter app?

Try Mitter.

Offline

#4 2009-10-20 22:01:37

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Re: Twitter app?

I use Twittux without any problems... Works fairly well, but occasionally freezes while "Reloading Timeline..."

Offline

#5 2009-10-21 03:18:50

umpalumpa1985
Member
From: America
Registered: 2007-12-05
Posts: 134

Re: Twitter app?

Don't mean to hijack a thread, just wanted to say Semper Fi! to a fellow jarhead.


Never interrupt your enemy when he's making a mistake.    ~Napoleon Bonaparte

Offline

#6 2010-04-07 11:50:15

syne
Member
From: Estonia
Registered: 2009-06-01
Posts: 22
Website

Re: Twitter app?

semperfiguy wrote:

I'm using destroytwitter right now through adobe-air. Don't like the fact that there is a big black border around the application. Any way to control this?

Try checking the 'no shadow' in preferences. That did it for me.
Still not quite loving destroytwitter, gonna try Buzzbird and Tweetdeck next, if they don't work for me, it's back to Qwit.

EDIT: Tweetdeck totally screwed me over, tried Mixero (just search online) and i'm kinda loving it now. Buzzbird gave me the XPCOM error and I gave up on it.

Last edited by syne (2010-04-07 14:10:17)

Offline

#7 2010-04-07 12:01:49

renuvio
Member
Registered: 2008-10-25
Posts: 49

Re: Twitter app?

I tried with Adobe Air apps, like Destroy Twitter, but were very slow in my machine.

Mitter works well, may look a little limited in functions but even let you shorten urls or open the links in the browser of choice.

If your more interested about the text itself TTYtter is great (as jasonwryan mention). TTYtter works for Identi.ca accounts too. Actually that's my choice for twitter.

Last edited by renuvio (2010-04-07 13:51:51)

Offline

#8 2010-04-07 13:03:11

Berticus
Member
Registered: 2008-06-11
Posts: 731

Re: Twitter app?

I have a few of ways. There's TTYtter, tircd/irssi (or some irc client), and I have my own tweet function:

function tweet
{
    USERNAME="myuser"
    PASSWORD="mypass"

    if [ -z "$1" ]
    then
        echo "No status update entered. Showing last twenty updates:"
        curl --basic --silent --user $USERNAME:$PASSWORD --get http://twitter.com/statuses/friends_timeline.xml | sed --quiet --expression='s/<name>\(.*\)<\/name>/\1/p' --expression='s/<text>\(.*\)<\/text>/\1/p'
        exit
    elif [ $(($(echo "$1" | wc -m)-1)) -gt 140 ]
    then
        echo "Tweet too long ($(($(echo "$1" | wc -m)-1)))"
        exit
    else
        curl -s -u $USERNAME:$PASSWORD http://twitter.com/statuses/update.xml -d status="$1" > /dev/null
        echo Status updated.
    fi
}

Offline

#9 2010-04-08 13:34:13

Knives
Member
Registered: 2008-12-26
Posts: 25

Re: Twitter app?

For me the best GTK baset Twitter client is turpial-git from AUR.

Offline

#10 2010-04-08 16:27:37

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Offline

#11 2010-07-01 10:17:21

ReaphSharc
Member
From: the Netherlands
Registered: 2007-11-05
Posts: 138
Website

Re: Twitter app?

I just tried BuzzBird, but it gets stuck authenticating my account... even with the correct credentials. sad

-edit-
Never mind, found the problem: http://getbuzzbird.com/bb/2010/05/xauth … to-master/

Me thinks 0.7 isn't handling this Twitter change very well....

Last edited by ReaphSharc (2010-07-01 13:58:55)


Do you want a Bubble Icon? Feel free to submit your requests or personal creations to be included in future releases.
I'm 100% Linux!

Offline

#12 2010-09-06 01:42:19

jzlau
Member
Registered: 2010-09-06
Posts: 1

Re: Twitter app?

did everyone hear about twitter using OAuth for all its applications? i read it in an article (http://ow.ly/2zSkI ) and its supposed to allow you to authenticate your apps so u never have to use a login again

Last edited by jzlau (2010-09-06 01:43:46)

Offline

#13 2010-09-06 01:49:01

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Twitter app?

jzlau - welcome to the boards. Please don't post obfuscated/shortened links in threads: it could look like you are spamming...

Full link: http://www.breakmediagroup.com/social-m … lications/


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#14 2010-09-06 02:26:35

tlvince
Member
Registered: 2010-07-06
Posts: 68
Website

Re: Twitter app?

cltwitter is a nice command line one that's been using OAuth from the start.

Offline

#15 2010-09-06 04:47:40

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Re: Twitter app?

I've recently moved to Pino, but OAuth has broken it sad

Offline

#16 2010-09-06 13:09:55

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: Twitter app?

fukawi2 wrote:

I've recently moved to Pino, but OAuth has broken it sad

Pino 0.3 will use the new auth. But I have no idea when he will release it.

Offline

#17 2010-09-07 00:22:48

kittykatt
Member
From: Missouri, USA
Registered: 2009-11-04
Posts: 260
Website

Re: Twitter app?

I have a set of three bash scripts that together use OAuth to do various things with twitter via console. I'd gladly tarball them up and host them if somone wanted them. Might even put an AUR package up.


- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -

Offline

#18 2010-09-07 02:50:59

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Twitter app?

I only use micro bloggers on my android device. It just doesn't feel the same when reading/writing identi.ca/twitter messages on a desktop.
Seesmic for twitter and Mustard for identi.ca
I don't use twitter much though. I have no friends.
identi.ca is cool if you can get passed all the ubuntu spam


neutral

Offline

#19 2010-09-07 04:45:01

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Re: Twitter app?

sand_man wrote:

identi.ca is cool if you can get passed all the ubuntu spam

Agreed; shame there's so many people who don't understand Linux != Ubuntu

Offline

#20 2010-09-08 00:04:09

kittykatt
Member
From: Missouri, USA
Registered: 2009-11-04
Posts: 260
Website

Re: Twitter app?

Uploaded my twitbash scripts to the AUR. Uses OAuth and custom Twitter API application names.

http://aur.archlinux.org/packages.php?ID=40616


- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -

Offline

#21 2010-09-11 07:59:08

papul1993
Member
From: India
Registered: 2010-05-28
Posts: 7

Re: Twitter app?

Offline

#22 2010-09-23 02:46:29

sunilmnambiar
Member
Registered: 2010-09-23
Posts: 1

Re: Twitter app?

I have been using TweetTwain, a nice app developed in Java. Get it from http://tweettwain.com

Offline

#23 2010-09-23 06:29:18

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: Twitter app?

I just uploaded Python Twitter Tools to the AUR. It has a simple CLI client that works well for me.

http://aur.archlinux.org/packages.php?ID=41029

Offline

#24 2010-09-24 07:43:35

k79
Member
From: Germany
Registered: 2007-09-17
Posts: 3
Website

Re: Twitter app?

fukawi2 wrote:

I've recently moved to Pino, but OAuth has broken it sad

Try this. wink

Offline

#25 2010-09-24 12:09:31

xaber
Member
Registered: 2010-09-20
Posts: 42

Re: Twitter app?

There is a great social network extension for Firefox: that's Yoono. It's very good!

Offline

Board footer

Powered by FluxBB