All Projects → blackcapz → spammer-core

blackcapz / spammer-core

Licence: other
Strategy-oriented social network spammer.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to spammer-core

Photos
[DEPRECATED] Encrypted, secure, decentralized personal data wallet -- technology behind textile.photos
Stars: ✭ 236 (+972.73%)
Mutual labels:  social-network
mobile-native
mirror of https://gitlab.com/minds/mobile-native
Stars: ✭ 80 (+263.64%)
Mutual labels:  social-network
geekweibo
A twitter-like app where you can save and share short notes around programming. You can think of it as "twitter for programmers".
Stars: ✭ 50 (+127.27%)
Mutual labels:  social-network
Link Prediction
Representation learning for link prediction within social networks
Stars: ✭ 245 (+1013.64%)
Mutual labels:  social-network
aspnet-core-social-network
Social network based on ASP.NET Web API Core 2
Stars: ✭ 36 (+63.64%)
Mutual labels:  social-network
kiki
An experimental social network that works offline.
Stars: ✭ 44 (+100%)
Mutual labels:  social-network
Deepinf
DeepInf: Social Influence Prediction with Deep Learning
Stars: ✭ 221 (+904.55%)
Mutual labels:  social-network
Hashtegny
jQuery Plugin aggregates hashtags from different social media networks. Posts are displayed in a unique, & attractive grid, and animated layout.
Stars: ✭ 52 (+136.36%)
Mutual labels:  social-network
Social-Network-Analysis-in-Python
Social Network Facebook Analysis (Python, Networkx)
Stars: ✭ 26 (+18.18%)
Mutual labels:  social-network
geesome-node
🦈 Your self-hosted decentralized Messenger, Social network, Media file storage on top of IPFS! Freely communicate in encrypted chat groups, share images, video, text or any data without a risk of censorship or blocking.
Stars: ✭ 90 (+309.09%)
Mutual labels:  social-network
causefolio
For the community, by the community.
Stars: ✭ 44 (+100%)
Mutual labels:  social-network
d3-force-graph
Force-directed graph using D3-force and WebGL, support massive data rendering and custom style.
Stars: ✭ 74 (+236.36%)
Mutual labels:  social-network
brutal-sms
Spam sms sampe nangis, 100% unlimited
Stars: ✭ 47 (+113.64%)
Mutual labels:  spammer
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+1000%)
Mutual labels:  social-network
BAINSocial
BAIN Social is a Fully Decentralized Server/client system that utilizes Concepts pioneered by I2P, ToR, and PGP to create a system which bypasses singular hosts for data while keeping that data secure.
Stars: ✭ 14 (-36.36%)
Mutual labels:  social-network
Maigret
OSINT username checker. Collect a dossier on a person by username from a huge number of sites.
Stars: ✭ 219 (+895.45%)
Mutual labels:  social-network
osint
Docker image for osint
Stars: ✭ 92 (+318.18%)
Mutual labels:  social-network
soundstorm
The Federated Social Audio Platform
Stars: ✭ 26 (+18.18%)
Mutual labels:  social-network
social-post-api
Social Media API: Automate Posting and Analytics to Social Networks like Instagram, TikTok, Twitter, Facebook, LinkedIn, Reddit, YouTube, and Telegram
Stars: ✭ 38 (+72.73%)
Mutual labels:  social-network
Bee-Connect
Ruby on Rails App. A good example of how to build social networking system with live chat support, blogging,groups etc.
Stars: ✭ 30 (+36.36%)
Mutual labels:  social-network

logo spammer

Spammer

Strategy-oriented social network spammer.


Welcome to the easiest way to spam social networks.

It's a simple REST api to spam yours social networks.

Getting start

  • Install dependencies: npm install
  • Run the server: npm run start

Usage

flow

You can use the Spammer Runner project(basically is an docker environment) to use the UI and Core instead of using REST access.

Basically is a POST method to /spam

Sending a request

facebook

[POST] URL:http://localhost:3000/spam

[Body]:

{
  "strategy":"Facebook",
  "user": "<YOUR_EMAIL>",
  "pass": "<YOUR_PASSWORD>",
  "data": [
    { 
      "id": "<group_id>",
      "text": "<Message>",
      "type": "GROUP or FEED"
    },
    { 
      "id": "<group_id>",
      "text": "<Message>",
      "type": "GROUP or FEED"
    },
    { 
      "id": "<group_id>",
      "text": "<Message>",
      "type": "GROUP or FEED"
    }]
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].