This is a bot which I had developed to perform task for the COIN app.
- Auto mine
- Periodically checkin to the geomines
- Command Line Interface
- Install dependency modules
npm install
- You need two things to connect to the api. Those can be found in the packet sent between COIN app to the google server.
- Google authentication url
- Google authentication token
- After that, you should configure the config.json according to the field provided.
To run the program, just open command prompt and run using
node .
Any issues can be reported to the issues page in github.
Any contribution are welcomed, pull request can be made.
This project is open source and follows MIT License.