GithubHelp home page GithubHelp logo

pmhieu111 / valhalla-foundation-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vinhben12/valhalla-foundation-bot

0.0 0.0 0.0 7 KB

A bot for automating the completion and claiming of quests on the Infinigods platform.

JavaScript 100.00%

valhalla-foundation-bot's Introduction

Valhalla Foundation Bot

Description

Valhalla Foundation Bot is a tool for automating the completion and claiming of quests on the Infinigods platform. The bot fetches available quests and processes them using bearer tokens provided in the accounts.json file.

Features

  • Automatically completes and claims social and seasonal quests.
  • Supports multiple accounts via bearer tokens.

Installation

  1. Truy cập workspace (workpace sẽ tự Clone repository)

    https://gitpod.io/workspaces
  2. Install dependencies:

    npm install

Setup

  1. Create an accounts.json file in the root directory. This file should contain an array of bearer tokens for the accounts you want to automate. Example:

    [
      "Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOiIwMUhZ...",
      "Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOiIwMUhZ..."
    ]
  2. To obtain your bearer token:

    1. Open your web browser and log in to the Infinigods platform.
    2. Open the Developer Tools (Right-click on the page and select "Inspect" or press Ctrl+Shift+I).
    3. Go to the "Network" tab.
    4. Perform an action that sends a network request, such as navigating to a different page.
    5. Look for a request with an Authorization header in the request headers.
    6. Copy the value of the Authorization header. It should start with Bearer.
  3. Paste the copied bearer tokens into the accounts.json file.

Usage

Start the bot by running:

npm start

valhalla-foundation-bot's People

Contributors

dante4rt avatar vinhben12 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.