SnapchatBot icon indicating copy to clipboard operation
SnapchatBot copied to clipboard

[deprecated] Python library for building bots that live on Snapchat

Results 57 SnapchatBot issues
Sort by recently updated
recently updated
newest added

i see the last update is five years ago.

class ReflectorBot(SnapchatBot): # when receiving a snap, sends the same snap back to the sender def on_snap(self, sender, snap): self.send_snap([sender], snap) # when someone adds the bot, the bot adds...

class​ ​ReflectorBot​(​SnapchatBot​):   ​#​ when receiving a snap, sends the same snap back to the sender​   ​def​ ​on_snap​(​self​, ​sender​, ​snap​):     ​self​.send_snap([sender], snap)   ​#​ when someone adds the bot, the bot adds ...

[]()snapkit

I suddenly started getting this error today and I haven't made any changes to the code. My bot has been running fine for quite a while until I tried to...

``` [2015-03-22 22:22:51,092] "POST /bq/blob HTTP/1.1" 200 1620640 Traceback (most recent call last): File "csebot.py", line 34, in bot.listen(timeout=60) File "build/bdist.macosx-10.10-intel/egg/snapchat_bots/bot.py", line 62, in listen File "build/bdist.macosx-10.10-intel/egg/snapchat_bots/bot.py", line 172, in...

Traceback (most recent call last): File "googlerbot.py", line 1, in import time, requests, tempfile, urlparse, os, boto, uuid, re File "/usr/lib/python2.7/dist-packages/requests/**init**.py", line 60, in from .api import request, get, head,...

`[2016-04-29 23:15:09,223] Starting new HTTPS connection (1): feelinsonice-hrd.appspot.com` `[2016-04-29 23:15:09,605] "POST /loq/login HTTP/1.1" 200 None` `Traceback (most recent call last):` `File "reflectorbot.py", line 22, in ` `bot = ReflectorBot(args.username, args.password)`...