refactor, and use aiohttp

This commit is contained in:
2025-04-06 23:44:42 -07:00
parent c29955de7f
commit cd4c5e8bd4
18 changed files with 788 additions and 8926 deletions
+7
View File
@@ -0,0 +1,7 @@
from .scrapers.sakuracon import collect_sakuracon_events
import asyncio
def generate_all():
loop = asyncio.new_event_loop()
loop.run_until_complete(collect_sakuracon_events())