SkillAgentSearch skills...

SnapchatBot

A snapchat bot that uploads all incoming pictures to its story

Install / Use

/learn @jollex/SnapchatBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SnapchatBot

A snapchat bot that uploads all incoming pictures to its story

Requirements

This script needs two python libraries to run: requests and pycrypto.

Usage

  1. 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.
  2. Simply run main.py to add all incoming friend requests and upload all incoming snaps to the account's story.
  3. If you want, set a cron job to run the script every minute or however long you want.
  4. That's it!

Acknowledgements

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.

Related Skills

View on GitHub
GitHub Stars16
CategoryCustomer
Updated3mo ago
Forks4

Languages

Python

Security Score

87/100

Audited on Dec 22, 2025

No findings