This bot will automatically get user information and complete daily quests to earn Centric Points (CTP).
- Automatically Get Account Information
- Automatically Claim Quest & Daily Reward
- Support Proxy
- Support Multiple Accounts
- Make sure you have Node.js installed on your machine
accounts.txt
file containing private_keyproxy.txt
file containing your proxy lists
- Clone the repostory:
git clone https://github.com/rinkashimee/centic-bot.git
cd centic-bot
- Install the required dependencies:
npm install
- Input your private_key in
accounts.txt
file, one user per line:
nano accounts.txt
- Optional, you can use proxy:
- Input your proxy lists in
proxy.txt
file, Formathttp://username:password@ip:port
||socks5://username:password@ip:port
nano proxy.txt
- Run the script:
npm run start
This project uses the MIT License, details of which can be found in the LICENSE file.