Skip to content

Dirtiest and quickest program ever to automatically like and comment We+ competition posts. Use at your own peril.

Notifications You must be signed in to change notification settings

nuttmeister/weplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weplus

Automated likes and comments using weplus.

Consists of the following resources.

  • Lambda function
  • S3 bucket
  • CW events rules

Setter

Use the setter located in ./setter to add persons/emails to automatically comment/like.
Also see the setter readme for example comments.txt file.

Build

make build

Payload

The first time you run the system you need to set markAsSeen to true. This will go through all the currently posted posts and mark them as "seen" by the system and save the state. So only future posts will be commented / liked.

This means that older posts you will still need to manage yourself.

You can omit markAsSeen (default: false), likeRatio (default: 1.0) and commentRatio (default 0.8).
Only email is required.

{
    "email": "[email protected]",
    "markAsSeen": false,
    "likeRatio": 0.85,
    "commentRatio": 0.5
}

About

Dirtiest and quickest program ever to automatically like and comment We+ competition posts. Use at your own peril.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published