Skip to content

OhnoMain/SnapchatBoost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👻 SnapchatBoost

SnapchatBoost Banner

Automate Snapchat snap sending on web.snapchat.comfast, simple, and fully anonymous.
Built with Python + GUI automation (pyautogui) for educational and productivity testing.
Created by Ohno


https://youtu.be/S9z3nU8IOVY

🌟 What It Does

SnapchatBoost lets you send hundreds of snaps in seconds using Snapchat Web — no app, no phone, no limits.

Perfect for testing, boosting streaks, or any random experiments.



🚀 Installation (if stuck dm me on discord)

No coding required — just download, run, and go!

Windows (Easiest)

  1. Download the ZIP
    → Click the green "Code" button → "Download ZIP"

  2. Extract the folder

  3. Double-click install.bat
    → It installs Python dependencies automatically

  4. Run start.bat to launch SnapchatBoost

Done!


Windows

# 1. Check Python is installed
python --version

# 2. If it isnt installed install python from and select "add to path" (donwload python 3.13.10)
# https://www.python.org/downloads/release/python-31310/

# 3. Open Command Prompt or PowerShell in the project folder

# 4. Install Python packages
pip install pyautogui keyboard colorama

# Optional: If pyautogui complains about screenshots
pip install pillow

# 5. Run the program
python main.py

macOS

# 1. Install Homebrew (if you don't have it)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# 2. Install Python
brew install python

# 3. Download & extract the ZIP from GitHub

# 4. Open Terminal in the folder and run:
pip install pyautogui keyboard colorama

# 5. Launch
python3 main.py

Linux

# 1. Update system
sudo apt update

# 2. Install Python & pip
sudo apt install python3 python3-pip

# 3. Install GUI dependencies (for pyautogui)
sudo apt install python3-tk python3-dev scrot

# 4. Download & extract the ZIP

# 5. Install Python packages
pip3 install pyautogui keyboard colorama

# 6. Run
python3 main.py

🎮 How to actually use it

Open Snapchat in your browser → snapchat.com/web Log in and go to the camera screen Run main.py/start.bat Choose "3) Configure Positions"

Move mouse to Camera button → press Y Move to "Send To" → press Y Move to your Shortcut → press Y Move to "Select All" → press Y Go back to menu → "1) Start" Press ESC anytime to stop

Installation Help:


https://youtu.be/S9z3nU8IOVY

Discord:


https://discord.gg/RqQxXbFT9a

Releases

No releases published

Packages

 
 
 

Contributors