abdulsalam2121
Add automation bot with Flask and Playwright
5b29309
Raw
History Blame Contribute Delete
476 Bytes
@echo off
echo ============================================================
echo AdultDVDMarketplace Studio Scraper Bot
echo ============================================================
echo.
REM ---- Default run using the sample studio URL and min price ----
.venv\Scripts\python.exe main.py ^
--studio-url "https://www.adultdvdmarketplace.com/xcart/adult_dvd/dvd_search.php?type=studioid&search=1714&order_by=price" ^
--min-price 6 ^
--format csv
echo.
pause