agermanidis / SnapchatBot

[deprecated] Python library for building bots that live on Snapchat
MIT License
518 stars 105 forks source link

Add a way to delete all the storys form the bot. #35

Closed N07070 closed 9 years ago

N07070 commented 9 years ago

Type : Enhancement Satuts: Urgent

Hello !

Would it be possible to add a way to delete all the story of a given bot ? Like, if you don't give a snap id to delete_story(), it deletes all of it's story ?

Thanks !

agermanidis commented 9 years ago

Done (added get_my_stories() and clear_stories() methods)