- Install docker
- Install VSCode
- Install Python 3.7
- Create a folder for the database
- Install dependencies by running
pip3 install -r requirements.txt
- Run MongoDB with
docker run -d --name db -p 27017:27017 -v <path-to-data-storage>:/data/db mongo
- Run Redis with
docker run -d --name redis -p 6379:6379 redis
- Change
run_worker_local.bat
's content to your setting - Run Scraper worker using
./run_worker_local.bat
- Run PatchyVideo by going to VSCode's debug tab, select
Local Run
and run it - You can access this local version of PatchyVideo by visiting
localhost:5000
Please join our QQ group 757676234 for discussions.