Add Anilist cron workflow and script for weekly updates
This commit is contained in:
5
action_script/aniist_run.py
Normal file
5
action_script/aniist_run.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import requests
|
||||
|
||||
url = "https://appletune.fundor333.com/weeklynote/anilist/gen"
|
||||
|
||||
r = requests.get(url)
|
||||
Reference in New Issue
Block a user