Skip to content

jieran233/BangumiNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BangumiNow!

Usage

dmhy

Search name of bangumi in https://dmhy.org/

  • Choose Latest on top in Arrange in following order
  • Choose a team in Search in following team
  • (Optional) Choose a sort in Search in following sort

Click RSS button in the webpage, copy its link

https://dmhy.org/topics/rss/rss.xml?keyword=<keyword>&sort_id=0&team_id=<team_id>&order=date-desc

Put the link to config.json (Reference template file format)

telegram

Check this gist: https://gist.github.com/dlaptev/7f1512ee80b7e511b0435d3ba95d88cc

Put your token and chat_id to config.json (Reference template file format)

requirements

Install python python-requests python-xmltodict aria2p

Install cronie, enable it: sudo systemctl enable --now cronie.service

test

$ chmod +x ./main.py
$ ./main.py

cron

crontab command reference (tldr.inbrowser.app)

$ crontab -e
--- #add
# execute at 0 and 30 minutes every hour
# assume your local repo is ~/git_repos/BangumiNow
0,30 * * * * ~/git_repos/BangumiNow/main.py
---
$ crontab -l

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages