https://github.com/sing1ee/backpack-bot-py
backpack-bot with webpage
https://github.com/sing1ee/backpack-bot-py
Last synced: over 1 year ago
JSON representation
backpack-bot with webpage
- Host: GitHub
- URL: https://github.com/sing1ee/backpack-bot-py
- Owner: sing1ee
- Created: 2024-04-02T13:53:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T13:34:23.000Z (over 2 years ago)
- Last Synced: 2025-02-02T10:35:46.345Z (over 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run
```shell
make install
python app.py
# open browser: http://127.0.0.1:5001/
```
# Form
```shell
API_KEY: '' #填入你的api key
API_SECRET: '' #填入你的api secret
WISH_VOLUME: '500' # 每轮的目标交易量
ITER_NUM: '2' # 一共多少轮,所以,总的交易量 ITER_NUM * WISH_VOLUME
TRADE_TOKEN: 'SOL'
TRADE_PAIR: 'SOL_USDC'
PAIR_ACCURACY: '2' # 交易对价格精度
MIN_USDC: '200' # 每次交易 usdc 的量,越小磨损越小,但是达到目标交易量越慢
MIN_PAIR: '100' # 每次交易 目标 token 的量,越小磨损越小,但是达到目标交易量越慢
```
# Screen

# Thanks
Github: [backpack-faskety-auto-trade](https://github.com/yuankongzhe/backpack-faskety-auto-trade)
Author: [0xfaskety](https://twitter.com/0xfaskety)