Hi!
I'm trying to use your python script to delete old favs. I get the following error:
TypeError: DestroyFavorite() got an unexpected keyword argument 'id'
Apparently bear/python-twitter changed some keyword arguments, so now we need to use status_id instead of id.
bear/python-twitter#314
Thanks!!!