Anyone have any reccomendations as to what python library to use to post tweets to twitter?
The ones I've found are
Anyone else know of any good/better ones or can anyone give me a simple example to post to twitter?
Thanks in advance - Hyflex
Twython is pretty nice and is constantly updated. After the setup steps, using it is as easy as:
from twython import Twython
twitter = Twython(APP_KEY, APP_SECRET,OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
twitter.update_status(status='See how easy using Twython is!')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With