Skip to content

Instantly share code, notes, and snippets.

@nickwynja
Created July 7, 2012 03:25
Show Gist options
  • Save nickwynja/3064300 to your computer and use it in GitHub Desktop.
Save nickwynja/3064300 to your computer and use it in GitHub Desktop.
Brett Terpstra's Markdown Tweet Syntax
f.write(status.text + '\n\n')
f.write(theTime.strftime('[%B %d, %Y at %I:%M%p](http://twitter.com/'+status.author.screen_name+'/status/'+str(status.id)+')\n\n'))
f.write('--- \n\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment