Skip to content

Wchert/leetcode-every-day-auto-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

leetcode-every-day-auto-push

leetcode每日一题推送

配置流程如下:

把文件上传到服务器并配置定时任务**

  • 确保crontab的安装详细可查看这篇博客(crontab安装及操作
  • 在linux环境下用pip安装我们的脚本所需要用到模块如:pip install requests
  • 查看python的安装目录:which python
  • 配置定时任务:crontab -e
  • 输入:格式:分 时 日 月 星期几 python安装目录 脚本目录                     如:00 8 * * * /usr/bin/python /root/download/init.py (每天早上8点运行脚本)
  • 查看任务列表:crontab -l

详细内容可看我的博客

About

leetcode每日一题推送

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages