Skip to content

im-hanzou/assisterr-daily-claimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assisterr Daily Claimer

Autoclaim Daily Points for assisterr.ai support multiple accounts and using proxies.

Tools and components required

  1. Register: https://build.assisterr.ai (Connect Twitter, Discord and complete tasks)
  2. Proxies (OPTIONAL)
  3. VPS or RDP (OPTIONAL), Get free $200 credit DigitalOcean for 60 days here: Register
  4. NodeJS. How to install:
    • Linux users can go here
    • Windows users can go here
    • Termux users can go here

Buy Proxies

Credentials setup

Getting Credentials

  1. Get your Solana Wallet privatekey:
  2. Get account Tokens:
    • Open https://build.assisterr.ai and make sure you already logged in and complete tasks.
    • Open your browser's Developer Tools by press F12 or press Ctrl+Shift+I and navigate to the Console tab.
    • Run the following commands:
function getCookieValue(cookieName) {
  const cookies = document.cookie.split('; ');
  for (let cookie of cookies) {
      const [name, value] = cookie.split('=');
      if (name === cookieName) {
          return decodeURIComponent(value);
      }
  }
  return null
}
const accessToken = getCookieValue('accessToken');
const refreshToken = getCookieValue('refreshToken');
console.log('Access Token:', accessToken);
console.log('Refresh Token:', refreshToken);
  1. Insert your credentials like this format to accounts.txt:
accessToken:refreshToken:privatekey

If you running multiple accounts just insert perlines

  1. Insert proxies to proxies.txt like this format:
http://127.0.0.1:8080
http://user:pass@127.0.0.1:8080

Only http proxies supported for now

Modules Installation

git clone https://github.com/im-hanzou/assisterr-daily-claimer
  • Open terminal and make sure you already in bot folder:
cd assisterr-daily-claimer
  • Install modules:
npm install
  • Run bot:
node index.js

Notes

  • Run this bot, use my referrer code if you don't have one.
  • You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
  • This bot is for educational purposes only.

About

Autoclaim Daily Points for assisterr.ai support multiple accounts and using proxies.

Topics

Resources

Stars

Watchers

Forks