Skip to content

scprivate/SnapHack-Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autosnapper

Powered by Node.js, MongoDB, and Python Responsive Web App that downloads all your SnapChats, lets you archive them, and automatically repost to your story

Several "Celebrity" Snapchat accounts have become quite popular recently by reposting the Snapchats they recieve to their story, creating a newsfeed of sorts.

For Example:

These accounts are usually operated by individuals manually downloading and reuploading Snaps using third-party apps. This app eliminates the need for third-party apps and creates an automated platform for this type of SnapChat user.

#How It Works

  • autosnapper/autosnapper.py is responsible for downloading all recieved Snaps and storing metadata in MongoDB
  • snap_approver/app.js is a webserver responsible for a one-page Web App that displays the recently received Snaps
  • The Web App displays the Snap Image or Video and gives the account admin the option to approve or veto the Snap. Once a decision is made the Server updates the Snaps data in Mongo. If the Snap is approved the autosnapper will then post it to the user's story!

alt tag

#How To Run It

  • Install python, python-dev, python-pip, node, npm, and MongoDB
  • sudo pip install Pillow
  • sudo pip install pycrypto
  • sudo pip install pymongo
  • sudo mongod
  • sudo python autosnapper/autosnapper.py
  • cd snap_approver
  • sudo npm install
  • sudo node app.js

About

Platform to automate high-profile public SnapChat Accounts - Node.js, MongoDB, Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.0%
  • JavaScript 13.2%
  • HTML 12.3%
  • Shell 1.5%