Active Topics

 



Notices


Reply
Thread Tools
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#1
ok, IT's long past time to update this first post of the thread to avoid confusing people......
Witter is a full featured twitter client written in python.
It aims to support as much as possible, currently that is
main timeline, mentions, dms, search, trends, public timeline, user history (see a specified users last 20 tweets)
it supports bit.ly url shortening (if you have an id) and also will give domain hints for bit//ly urls expanded into brackets inline with the tweet.
It also has some support for uploading pictures via twitPic.
etc, etc
the latest info on versions and a full change history is maintained on my blog
http://danielwould.wordpress.com/witter

it can be downloaded from Extras here:
http://maemo.org/downloads/product/Maemo5/witter/

Generally speaking I try not to break the version in extras-testing too much, but do frequently break extras-devel version so only go there if you are prepared to figure a few things out.

if witter fails for any reason, then please run it from x-term like this:
run-standalone.sh python2.5 /opt/witter/witter.py

this will put lots of information to the terminal which I will need to figure out what I broke.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.

Last edited by dwould; 2010-06-04 at 18:47.
 

The Following 15 Users Say Thank You to dwould For This Useful Post:
Posts: 418 | Thanked: 174 times | Joined on Oct 2009
#2
Congratulations on what I believe is your first application.

Does it support any kind of contact management - meaning deleting people, searching for people and adding them?

It's one of the things I'm missing in Mauku.
__________________
I luv Google
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#3
Originally Posted by Tintin View Post
Congratulations on what I believe is your first application.

Does it support any kind of contact management - meaning deleting people, searching for people and adding them?

It's one of the things I'm missing in Mauku.
yep, my first app.
currently no support for contact management. but I'll think about it.
might not be too difficult to get basic function then.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#4
Originally Posted by Tintin View Post
Does it support any kind of contact management - meaning deleting people, searching for people and adding them?
.
It does now ;-)

Just uploaded 0.1.0-2 to the auto builder queue. so should be through shortly.
I added a previously missing python-glade2 pre-req.
I think I found something I can check to detect maemo5 properly

If you tap-hold on a tweet you get a menu with URL actions and User actions.
if there were any urls in the tweet they will appear under the url actions, and you can launch them in a browser.

In User actions you get follow/unfollow user.
It doesn't check whether you already follow or don't follow.
You can use the search panel (now brought to one of the main buttons instead of 'public') to find people if you know their id, or of course if you found someone interesting in a search etc.

let me know if you give it a try ;-)
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 

The Following 2 Users Say Thank You to dwould For This Useful Post:
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#5
Ok, so I've now managed to check the install for both n900 and n810.
On the n810 it weirdly claims the install failed, but the install seems to have worked. Any suggestions on how I can determine the problem?

On the n900 the install seems fine, but I can't get the launcher to work anywhere other than the command line. I thought it was a case of having the X-osso-service setting in the witter.desktop and a line in the python app to set a context that matched. but it doesn't seem to work.

I'd like to get these issues fixed before progressing.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
Posts: 10 | Thanked: 0 times | Joined on Nov 2009 @ Norway
#6
Sounds interesting! Can you upload a few screenshots?
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#7
Ok, finally used this as an access to register a flickr account to share from my n900...
it doesn;t look like much...


I tried to screenshot some of the menus but it didn't seem to let me do so.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
Posts: 10 | Thanked: 0 times | Joined on Nov 2009 @ Norway
#8
Looks promising!

I haven't tested it, but if you are looking for ideas you maybe don't have yet, here is a few:

-When you open the twitter app, and the timeline have loaded, scroll down to the oldest of the new twits. Then you can start to read the oldest and slide up towards the newest twit.
-Open a twit link in a browser when clicking on it
-Upload a picture (maybe with twitpic?) and add the url to the twit
-Make a widget to the desktop
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#9
witter 0.1.0-7 should now be in extras testing for the n900
I'm keeping a page on my blog up to date
http://danielwould.wordpress.com/witter/

now with kinetic scrolling and a fremantle style menu.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#10
Originally Posted by rEv9 View Post
Looks promising!

I haven't tested it, but if you are looking for ideas you maybe don't have yet, here is a few:

-When you open the twitter app, and the timeline have loaded, scroll down to the oldest of the new twits. Then you can start to read the oldest and slide up towards the newest twit.
-Open a twit link in a browser when clicking on it
-Upload a picture (maybe with twitpic?) and add the url to the twit
-Make a widget to the desktop

It seems to already jump to the oldest of the new tweets, I didn't have to do anything to get that.
you can launch links from tweets, but it's through a tap-and-hold menu.
twitpic support already in place :-)
not sure how I'd do a desktop widget. I may look into it. but I'd like to get the core app polished first.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
Reply

Tags
python, twitter


 
Forum Jump


All times are GMT. The time now is 05:30.