1
Help destroying a python app
Hi guys,
A co-worker has created a python app that uses the Skype api to be a bot user. It will respond to certain skype messages but is mostly used to search for gifs on giphy like so,
bot gif lol
It has become rather annoying.
I wanted to see if there was some way to do some code injection on the message input to shut it down. I've tried a few things myself but it just doesn't work.
Any ideas on how to approach this task would be much appreciated.