Skip to content

qahehe/My-Asset-Collect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My-Asset-Collect

这是一个简单的基于Python的资产收集工具,它使用了celery和redis来实现异步任务管理。 我在windows10下的子系统Ubuntu20.04LTS下编写

Usage

1.安装python ---under python3.6 最好是python3.6以下的版本,python3.7会有celery开启失败的风险 2.安装celery和redis pip3 install celery #现在默认会安装为5.0以上版本 pip3 install redis pip3 install celery['redis'] #celery的redis依赖安装一下 3.django其实没太多用处,但是装一下吧 pip3 install django

使用 cd src python3 setup.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages