An open API service indexing awesome lists of open source software.

https://github.com/sudoskys/botpicuploader

EasyGo,Simple,Shabby |易于部署的图床TG bot,随机分发给图床源并可以失败弹出
https://github.com/sudoskys/botpicuploader

telegram-bot upload-pictures

Last synced: 4 months ago
JSON representation

EasyGo,Simple,Shabby |易于部署的图床TG bot,随机分发给图床源并可以失败弹出

Awesome Lists containing this project

README

          

# BotPicUploader
易于部署的图床TG bot,随机分发给图床并失败弹出




## Setup
```
pip install -r requirements.txt
```

**然后修改你的token,加入自己写的上传类。**

## Run

**在尾端列表加入你的类。**

```
nohup python main.py > output.log 2>&1 &
```

**查看进程**

```
ps -aux|grep python3
```

**终止进程**

```
kill -9 进程号
```