Add shared browser session bootstrap

This commit is contained in:
ben
2026-03-16 13:54:00 -04:00
parent 0f797d0a96
commit 7789c2e6ae
7 changed files with 741 additions and 32 deletions

5
scraper.py Normal file
View File

@@ -0,0 +1,5 @@
from scrape_giant import * # noqa: F401,F403
if __name__ == "__main__":
main()