Forum Archive

can I use The twitter module on my pc

suppert2

This is most likely dumb but I've made a script using pythonista's twitter module is their any place/way I can download this module or atleast run the script on my computer because I don't want to keep my phone on that much

ccc

Try pip install --upgrade twitter.

See:
* https://pypi.python.org/pypi/twitter
* http://mike.verdone.ca/twitter
* https://github.com/sixohsix/twitter

suppert2

Thank you will do as soon as I can

JonB

The one that comes with pythonista is a c module written, i think, for pythonista. But as ccc points out there are several Python twitter api's that you could use. Others which are vey complete include tweepy and twython.

suppert2

Ohh ok yeah I Knew their were others just didn't want too re write my code but if that's what I'll have to do it's not too difficult thank you guys for your help saved me a head ache