Skip to content

Instantly share code, notes, and snippets.

View zachseifts's full-sized avatar
🏠
Working from home

Zach Seifts zachseifts

🏠
Working from home
  • Appalachian State University
  • Boone, NC
View GitHub Profile
#!/usr/bin/env python
from sauce import Twitter
def write_heyer(replies):
last_reply_id = str(replies[len(replies)-1].id)
hf = open('.heyer', 'w')
hf.write(last_reply_id)
hf.close()