captcha-activity icon indicating copy to clipboard operation
captcha-activity copied to clipboard

increase your chance of getting one clicks

Captcha Activity

Increase your chance of getting one clicks

Installation

Captcha Activity requires the following...

Quick start:


# Install dependencies
Double click on install.bat or you can run yarn install

# Run application
Double click on start.bat or you can run node index.js

# To update code
git pull

# Add task in your task.json
[
    {
        "email": "[email protected]",
        "password": "test123",
        "proxy": "localhost",
        "stopTime": 5
    },
    {
        "email": "[email protected]",
        "password": "test123",
        "proxy": "localhost",
        "stopTime": 5 
    }
]

Pictures

1

Todo

  • [ ] add account error checking

Note

  • stopTime in the config, is when you would like the script to stop. Please indicate how many minute, for example, 5 == 5 minute, 10 == 10 minute, 120 == 120 minute and etc...

Bugs?

Feel free to make an issue about any particular errors or bugs such as internal functionality bugs.

Donate

Staring this repo will do the trick :)

App Info

Author

Eric Zhang

Version

1.0.0

License

This project is licensed under the MIT License - see the LICENSE file for details