Could i use just python to create an app that allows me to tweet from my desktop, instead of going to my browser. Then typing the url and then tweeting?
Can I use Python to create an app to tweet from my desktop without using a browser?
Started by BRUTAL, Oct 29 2011 09:18 PM
7 replies to this topic
#1
Posted 29 October 2011 - 09:18 PM
|
|
|
#2
Posted 29 October 2011 - 09:39 PM
Yes.
#3
Posted 30 October 2011 - 05:08 PM
Could i make a UI for it as well?
#4
Posted 30 October 2011 - 09:13 PM
Yes.
#5
Posted 31 October 2011 - 04:41 PM
With a simple google search you will see that there are numerous twitter api wrappers and OAuth modules for python. Twitter uses OAuth now so the old RSS methods no longer work.
For the UI, python comes with TK or you can use any of the tons of GUI toolkits for python. I recommend QT.
For the UI, python comes with TK or you can use any of the tons of GUI toolkits for python. I recommend QT.
#6
Posted 02 November 2011 - 11:41 PM
yeah u can use python for tweet.
#7
Posted 27 December 2011 - 02:44 PM
#8
Posted 12 April 2012 - 03:53 AM
Concerning GUI for Python you can use Tkinter which comes with Python and you can probably build very quickly if you know what you are doing.
Btw I guess that you are going to need something like mechanize in order to achieve your goal.
*Mechanize is a python library for accessing websites, filling forms and posting information on the internet.
Btw I guess that you are going to need something like mechanize in order to achieve your goal.
*Mechanize is a python library for accessing websites, filling forms and posting information on the internet.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









