diff --git a/requirements.txt b/requirements.txt index 1daa9b7..2ce8fed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -httpx +httpx[socks] loguru retry selenium diff --git a/run.bat b/run.bat index 46ad0b8..30a50d4 100644 --- a/run.bat +++ b/run.bat @@ -17,8 +17,8 @@ @REM timeout /T %CHECK_INTERVAL% >nul @REM goto LOOP - +call venv\Scripts\activate :start -start /wait C:\Python39\python.exe C:\path\to\twitter\twitter.py +python server.py echo script dead... restarting goto start \ No newline at end of file