# 怎么运行？

运行项目前，请按照代理设置教程先设置好代理

大概的流程是：选择你想做的项目-下载表格模板-填写好模板信息-上传模板-开始运行

任务支持拖动排序，而不是一定要按目前排序执行，图文流程如下：

{% stepper %}
{% step %}

### 下载表格模板

<figure><img src="https://2830197242-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXIO4bavIODjfsE0pP2JQ%2Fuploads%2FvtRonxhkVjh0m4bGLqKH%2Fimage.png?alt=media&#x26;token=621579d9-b0a4-4280-94ea-caf5a7747d26" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 打开下载的表格并填写对应的值

分组问题：默认不填则为`默认分组`，记得删掉第二行`解释行`

<figure><img src="https://2830197242-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXIO4bavIODjfsE0pP2JQ%2Fuploads%2Ft3RBioFgpJS3FbHoppUo%2Fimage.png?alt=media&#x26;token=b9857d99-7133-4a68-ad39-0bbb7e0fb890" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 你上传填好的表格

上传之后就看得到分组了

<mark style="color:orange;">指定序号</mark>：1,2,5-8,14,意思是指定第1行，第2行，5-8行，第14行去执行，其他的不执行&#x20;

<mark style="color:orange;">并发数</mark>：这里是多线程的意思，默认电脑例如32核，就最多支持32x2=64并发&#x20;

<mark style="color:orange;">任务间隔</mark>：每个任务之间间隔多久跑，设置10就是间隔10秒，设置1-10就是1-10之间随机取例如8秒间隔&#x20;

<mark style="color:orange;">缓存时间</mark>：这里是秒级缓存，86400=1天，如果设置60，意思是，60秒内你重复跑同个任务，会提示“已跑成功，缓存信息”&#x20;

<mark style="color:orange;">报错重试</mark>：任务如果失败了，需要重试吗?设置2就是重试2次&#x20;

<mark style="color:orange;">队列重复</mark>：例如10个钱包，跑完一轮，还需要重复跑多几轮，就设置这个值，例如设置2，就会把全部钱包跑完一轮之后再跑一轮&#x20;

<mark style="color:orange;">已扣点数</mark>：就是跑了多少个钱包了

<figure><img src="https://2830197242-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXIO4bavIODjfsE0pP2JQ%2Fuploads%2FdpVhx82A6GQYspxH1Nmh%2Fimage.png?alt=media&#x26;token=1bb311ac-99a6-460b-9bbf-6de0e8949ad8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 开始运行

开始运行后，脚本就开始跑了，支持导出日志，快捷键`双击空格`也是查看日志

<figure><img src="https://2830197242-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXIO4bavIODjfsE0pP2JQ%2Fuploads%2FPqxbDNK1IP0k3OSHtwFt%2Fimage.png?alt=media&#x26;token=9ef9a90a-806a-42da-b447-c3fd709e0698" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fbot-app.gitbook.io/fbot.app/basics/editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
