Giter Club home page Giter Club logo

snapspammer's Introduction

Snapchat Web Spammer

About

Snapchat spammer using Snapchat's web chat and playwright. This project uses web technologies and can be used easily with npm.

Usage

  1. Start by cloning the repo with git. git clone https://github.com/pwnengine/SnapSpammer.git

  2. change your working directory to the created project directory. cd SnapSpammer

  3. Install the needed node modules. npm i

  4. Install playwright. npx playwright install

  5. Create an .env file to config for your needs. The file should contain three key details. First, the snapchat account's email and password. Second, the spam interval in milliseconds. Finally, the message you want spammed. Here's an example of what your .env should contain:

    SC_EMAIL=<your username or email>
    SC_PASS=<your password>
    SC_INTERVAL=<any time in milliseconds 60000 is every minute>
    SC_MSG=<the message your want to be spammed>
    
  6. run the build or run command. Optionally you may change the command in package.json. npm run dev

Information

  1. Consider a reasonable interval to prevent your spamming accounts from getting banned fast.
  2. This software never stores email or passwords remotely.
  3. If you want the program to run in the background edit line number 10 in app.ts from headless: false, to headless: true,.

snapspammer's People

Contributors

pwnengine avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.