Add Anilist cron workflow and script for weekly updates

This commit is contained in:
Fundor333
2025-05-09 13:52:01 +02:00
parent 2b9d2656e2
commit ee61c9e91e
71 changed files with 38 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
import requests
url = "https://appletune.fundor333.com/weeklynote/anilist/gen"
r = requests.get(url)