Fast, Reliable & Professional Snapchat Streak Restorer
Snapy automates the official Snapchat support recovery workflow by securely populating the streak restoration form with your account and friend details.
It streamlines the manual recovery process, reduces repetitive input, and allows multiple streak requests to be submitted in a structured, consistent way.
The tool does not exploit Snapchat systems it simply accelerates the standard user initiated support request flow through controlled browser automation.
- ⚡ Turbo-Charged Speed: Selective resource blocking ensures the form loads in seconds, not minutes.
- 👥 Multi-Friend Support: Process a list of friends sequentially in a single run.
- 🎨 Premium UI: Beautiful ASCII header and color-coded logs powered by
pystyle. - 🔐 Anti-Bot Stealth: Integrated with
playwright-stealthto bypass basic detection. - 🖼️ CAPTCHA Friendly: Intelligent resource routing allows CAPTCHA images to load while blocking heavy ads/fonts.
- 🔔 GUI Notifications: Get an instant Windows popup notice once a restoration is successful.
Ensure you have Python 3.8+ installed, then install the dependencies:
pip install -r requirements.txt
playwright install chromiumEdit the config.json file in the root directory:
{
"username": "your_snapchat_username",
"email": "your_email@example.com",
"phone": "+49123456789",
"friends": [
"friend_1",
"friend_2",
"friend_3"
]
}Start the engine:
python restorer.py- Playwright - Browser Automation
- Pystyle - Terminal Aesthetics
- EasyGUI - Simple UI Notifications
- Colorama - Terminal Colors
This tool is for educational purposes only. Use it responsibly and in accordance with Snapchat's Terms of Service.
Created with ❤️ by Beatsbyluca
