Gantzyo / ChronoGG-clicker-PHP

Simple PHP script to automatically click Chrono.gg's coin for any amount of accounts.
MIT License
4 stars 2 forks source link

ChronoGG-clicker-PHP

Simple PHP script to automatically click Chrono.gg's coin for any amount of accounts. A RSS is generated with results so you can get daily feedback of each execution.

This script uses Requests for PHP and is based on AutoChronoGG.

How to obtain your Authorization token

In order to obtain your Authorization Token, you must follow these steps:

Configuration

  1. Edit accounts.json and add any amount of accounts to it (Delete the example ones):
    [
    {
    "account": "Any identifier, like email, username or whatever you want",
    "token": "JWT token"
    },
    {
    "account": "Identifier2",
    "token": "JWT token"
    }
    ]
  2. Run runAll.php
  3. Retrieve rss.xml

If you have any issues check your accounts.json file format on: https://jsonformatter.curiousconcept.com/

Optional configuration