Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

List branch #124

Closed presocratics closed 12 years ago

presocratics commented 12 years ago

Changes related to this thread: http://groups.google.com/group/tyrs/browse_thread/thread/7e5dd6c81546e1c7

Nic0 commented 12 years ago

Thanks for this feature, that's awesome, and sorry about the delay for answer it.

However, I'm a bit surprise about the implementation on how you retrieve the list, using some "protected" methodes from Twitter module. Python-twitter module has a List object that handle lists. I don't know if identica support lists, but it wont works as you write the twitter url inside the code. Another thing is, as you build the request yourself, I'm not sure you are auth during the request, so it won't retrieve private lists, but maybe you tried it. I don't use lists in fact.

I merged it because it's cool to have a new feature that's working, but I think it could be improved.

Thanks ;-)