8000 GitHub - vVANare/abstract-chain-bot: Bot for abstract chain automation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vVANare/abstract-chain-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abstract-chain-bot

Bot for abstract chain automation.

⚙️ Installation

  1. Download the bot
git clone https://github.com/vVANare/abstract-chain-bot
  1. Open folder
cd abstract-chain-bot
  1. Install all required dependencies
npm install
  1. Install Playwright
npx playwright install
  1. Run the bot
npm start

📁 Data folder

You will need a private key, a proxy, Twitter token and discord token for the bot to work.

All this data must be inserted into the /data folder line by line in the corresponding txt files.

❗The bot supports only http proxies in the following format - user:pass@ip:port.

📝 Data/config.yaml

The main settings are in the data/config.yaml file in the main project folder.

Most of the settings are self-explanatory and have descriptions, I will only go over the ones that may cause difficulties.

Tasks The selection of functions to work with goes through the tasks field in the config. This variable contains the route to work on. Each function is signed in the comments above this field. For example, if you only want to use swaps and nothing else, then you write tasks: [“swaps”]. If you want to make votes and swaps tasks then tasks: [“votes”, “swaps”]. You can combine tasks in any order.

About

Bot for abstract chain automation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0