A snapchat bot that uploads all incoming pictures to its story
This script needs two python libraries to run: requests and pycrypto.
- Either change 'secrets.USERNAME' and 'secrets.PASSWORD' in main.py to the username and password for the snapchat account you want to automate, or create a secrets.py file with two variables USERNAME and PASSWORD set to the username and password respectively.
- Simply run main.py to add all incoming friend requests and upload all incoming snaps to the account's story.
- If you want, set a cron job to run the script every minute or however long you want.
- That's it!
I used a python wrapper for the Snapchat API which can be found here. Small modifications were made to pysnap.py to allow for posting to the story.