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 notice this repo is still using really old endpoints such as /bq/login. I want to create a new libary to use with the newest version of snapchat, currently 9.2.1.0....

enhancement

The error that comes up is: Traceback (most recent call last): File "C:\Users\Alex\Desktop\Python\snapbot\SnapchatBot-master\setup.py", line 24, in license=open('LICENSE').read() File "C:\Python32\lib\distutils\core.py", line 109, in setup _setup_distribution = dist = klass(attrs) File "C:\Python32\lib\distutils\dist.py",...

How can I help making the Snapchat bot work again?

I was wondering if you had any insight as to an approach to approve posts to the story before they are posted to the story. I have a modification of...

I am running the Autowelcome bot, and I keep getting the issue Auto-Welcomer Bot: error: argument -u/--username is required. I am setting the username and password in my code. Also...

Trying to get the dependancies correct has been an absolute nightmare. EDIT: I will even provide a VPS to the person who writes a guide.

Hi, cool library - really fun stuff. I'm trying to get the Googlerbot to work, but having trouble with: `href = root.cssselect(".bia")[0].attrib["href"]` The `root` object does not have any DOM...

bug

I tried: from argparse import ArgumentParser from snapchat_bots import SnapchatBot class StorifierBot(SnapchatBot): def on_snap(self, sender, snap): self.post_story(snap) ``` def on_friend_add(self, friend): self.add_friend(friend) #I also tried with seld.add_friend(self,friend) with no luck...

Is there a method for retrieving the number of views your snapchat story receives? This would be a pretty cool feature IMO.

Since snapchat has started to ban Ip's, I think we definitely need proxies.