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,随机分发给图床源并可以失败弹出
- Host: GitHub
- URL: https://github.com/sudoskys/botpicuploader
- Owner: sudoskys
- License: apache-2.0
- Created: 2022-08-11T07:44:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T12:57:36.000Z (about 3 years ago)
- Last Synced: 2025-01-14T01:28:36.977Z (9 months ago)
- Topics: telegram-bot, upload-pictures
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 进程号
```