Release pyTwitterClient, a small Twitter Client for Pandora


ekianjo

Hardcore Member
Joined
May 7, 2012
Messages
8,261
Location
神戸市、日本 (Japan)
Get it here:


http://repo.openpand...itterclient-app


01.png


Notes:


0) The app is launched from the menu "Network" -> PytwitterClient


1) You should have your internet connection enabled before launching it. If not, the app will not start.


2) The first thing you have to do is to authenticate your twitter account.


You should NOT click on the "Open the Browser" button at this point, this does not work yet.


Copy the URL from the box and open it in your browser separately.


Then, once you get the confirmation code back from Twitter, please insert the code in the "Authentification PIN" box.


You only have to do this once.


3) Now you should have access to your timeline and private messages.


Happy Tweeting!


This program was originally written by Manuel Hunziker in Python. I ported it to Pandora but this would not have been possible without Streak - many thanks to him for the latest fixes!
 
Last edited by a moderator:
not working here; the error in the pndrun out:


[ START ]--- Starting the application (run.sh ) ----------


dir_to_create_exist..


Internet connection detected


Traceback (most recent call last):


File "./main.py", line 383, in <module>


app = GUI()


File "./main.py", line 128, in __init__


self.token_request = self.twitter.getRequestToken()


File "/mnt/utmp/pytwitterclient-app/oauthtwitter.py", line 167, in getRequestToken


raise Exception("Invalid response %s." % resp['status'])


Exception: Invalid response 401.
 
Yup, it's not working anymore. I think the token of the original author expired or there was a change in the authentification method or something.


I do not plan to update this for now, either I'll find another client to use and port, or I will build my own in the near future.


Sorry for the inconvenience.
 
Back
Top