Forum Archive

Possible to work with Twitter and Instagram API from within Pythonista???

Croc

I would like to code a fully functional Twitter retweet bot or something similar from within Pythonista, but I want to know if it is even possible with Apple's sandboxing restrictions?

Webmaster4o

Totally. I wouldn't try to run the bot permanently on iOS, but you can definately do development and short-term testing from Pythonista. Pythonista comes with a twitter module included.

miwagner1

you can basically do anything you can do with python in Pythonista. There is just the multitasking restrictions and file write restrictions to only inside the apps documents dir.