BILIBILI-自动签到,github源地址https://github.com/JunzhouLiu/BILIBILI-HELPER.git
BILIBILI-自动签到,github源地址https://github.com/JunzhouLiu/BILIBILI-HELPER.git
测试gitee提交,测试gitee自动化提交功能和分支使用。 1.新建对应时间文件 touch $(date -d "today" +"%Y年%m月%d日%H点%M分%S秒").txt 2.add 所有的文件 git add --all 3.先推送到本地 git commit -m $(date -d "today" +"%Y年%m月%d日%H点%M分%S秒进行提交测试") 4.推送到线上 git push 5.如果是新的一周则新建一个分支 DAY=$(date +%w%H) echo 当前$DAY if [ $DAY -eq 000 ];then echo "新的一周新建一个分支" BranchDAY=$(date -d "today" +"%Y%m%d") sudo git checkout master sudo git checkout -b $(date -d "today" +"%Y%m%d") echo 当前分支$BranchDAY fi touch $(date -d "today" +"%Y年%m月%d日%H点%M分%S秒").txt sudo git add --all sudo git commit -m $(date -d "today" +"%Y年%m月%d日%H点%M分%S秒进行提交测试") sudo git push
1.每日天气提醒项目实现了,根据用户的经纬度和手机号,处理之后发送给对应的手机号,实现天气提醒 2.项目框架为springboot,天气查询为阿里云的 易源天气saweather.market.alicloudapi.com 短信发送为阿里云短信平台,一条短信15分钱 3.本项目结构简单,很多变量为了方便阅读直接采用中文,既然java支持中文,我认为在项目中尽可能的使用中文是应该大力推广的。
b站自动签到,稳定运行200多天,使用了springboot框架实现哔哩哔哩每日任务投币,点赞,分享视频,直播签到,漫画签到,可帮忙代签到
天行数据免费api信息自动定时采集,从www.tianapi.com获取的免费api采集数据,一个账号免费版15个接口,一天可以调用100次,共采集1500条信息,通过这个项目可以收集数据离线到本地mysql数据,使用redis记录对应日志,自用稳定运行100多天
Contributions last year: 37163
Max continuous contributions: 55
Recent contributions: 3
Commits, issues, and pull requests will appear on your contribution graph. Only when the email address used for the commits in local configuration is associated with your GitOSC account, the commits' contribution will be counted.