Skip to content

Instantly share code, notes, and snippets.

@insanj
Created May 24, 2014 19:31
Show Gist options
  • Save insanj/22d90727d07705a292b3 to your computer and use it in GitHub Desktop.
Save insanj/22d90727d07705a292b3 to your computer and use it in GitHub Desktop.
Tweet Using Cycript
cy# var me = choose(PTHTweetbotAccount)[3]
#"<Account:19558701 'insanj'>"
cy# var draft = [[PTHTweetbotPostDraft alloc] initWithAccount:me]
#""
cy# [draft setText:@"about to jailbreak a new iPad... wish me luck, maybe third time's the charm."]
cy# [PTHTweetbotStatus postDraft:draft progress:nil result:nil]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment