Skip to content

Commit

Permalink
Update .env.template
Browse files Browse the repository at this point in the history
2 new features for selenium chrome for windows
- BROWSER_CHROME_USER_DATA_DIR
- BROWSER_CHROME_IGNORE_ERRORS
  • Loading branch information
steinhaug authored Apr 29, 2023
1 parent b8478a9 commit d3941c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ OPENAI_API_KEY=your-openai-api-key
## BROWSE_SPACY_LANGUAGE_MODEL is used to split sentences. Install additional languages via pip, and set the model name here. Example Chinese: python -m spacy download zh_core_web_sm
# BROWSE_SPACY_LANGUAGE_MODEL=en_core_web_sm

## WINDOWS CHROME SETTINGS - user-data-dir & errors
## Lauch Google Chrome, pick a dir, example "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--user-data-dir=G:\chrome-bank\selenium.driver"
## Visit required sites, log into youtube, facebook and so. Make sure no pages ask for cookies opr other splash screens destroying the flow.
#BROWSER_CHROME_USER_DATA_DIR="G:\\chrome-bank\\selenium.driver.python"
#BROWSER_CHROME_IGNORE_ERRORS=True

### GOOGLE
## GOOGLE_API_KEY - Google API key (Example: my-google-api-key)
## CUSTOM_SEARCH_ENGINE_ID - Custom search engine ID (Example: my-custom-search-engine-id)
Expand Down

0 comments on commit d3941c9

Please sign in to comment.