Skip to content

zphgzpkf/crypto-twitter-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

新推文监控

当前项目功能是监控用户发送最新推文,有新推文之后推送消息到钉钉

配置

core文件中的config.model.py修改为config.py,自定义钉钉群地和mysql数据库地址。

添加新用户

添加新用户时候需要把is_add_user变量改为True,然后执行python3 main.py等待运行结束即可。

开始监控

监控用户时候需要把is_add_user修改为False,然后后台运行任务。

项目启动

启动命令使用nodejs中的pm2来管理服务。

pm2 start ./main.py --interpreter python3 --name twitter

About

监控用户发送的最新推文

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%