You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### *3.* Develop / Deploy a scraper using `rtcv_scraper_client`
75
76
76
77
You can now prefix your scraper's run command with `rtcv_scraper_client` and the scraper client program will run a webserver as long as your scraper runs where via you can communicate with RT-CV.
77
78
78
-
Set `"mock_mode": true` in ur env.json for development
79
+
By default the program will run in `mock_mode`, for production you'll have to explicitly turn it off by setting `"mock_mode": false`inyour env.json
79
80
80
81
If you have for a NodeJS project you can run your program like this:
0 commit comments