- Automated Trading Flow: Automatically completes market scanning, placing offers, and confirming transactions based on preset conditions.
- Support for Various Trading Parameters: Users can set parameters (such as price, wear level, rarity) to automate skin purchases and sales.
- Efficient Competitive Pricing: Quickly adjusts offers to compete with other buyers and sellers in a competitive market.
- Chrome Extension Implementation: The project is implemented as a Chrome extension for convenient operation directly in the user’s browser.
The project is divided into two main parts:
- Frontend Scripts: Injected into the web page to handle automated trading logic.
toolBarInject.js: Injects the toolbar into the webpage.trade.js: Manages the trading logic.monitor.js: Monitors changes in the trading pages.
- Background Services: Handles tasks running in the background via the Chrome extension.
taskSchedule.js: Schedules tasks for automated operations.waitingSupply.js: Handles logic for waiting on supply.
- Clone or download the project files to your local machine.
- Open Chrome and go to
chrome://extensions/. - Click on “Load unpacked” and select the project’s root directory.
- Once loaded, you will see the extension icon in the browser’s toolbar.
- Go to the Netease BUFF website and click on the extension icon in the toolbar.
- Set the desired trading parameters (such as target skins, price ranges) via the plugin’s interface.
- Click the “Start” button to initiate the automated trading process.
- Select the skin you wish to purchase from the Netease BUFF marketplace.
- Configure your trading parameters, and after clicking “Start,” the bot will automatically scan and perform trades.
- Clone the repository:
git clone https://github.com/SolitudeRA/Netease-Buff-Trade-Bot
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.