mirror of
https://github.com/hashiromer/Upwork-Jobs-scraper-.git
synced 2025-12-29 16:16:01 +00:00
ordered_docs
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,4 +9,5 @@ all_jobs.json
|
|||||||
oryxBuildBinary
|
oryxBuildBinary
|
||||||
*.ipynb
|
*.ipynb
|
||||||
*.txt
|
*.txt
|
||||||
*.env
|
*.env
|
||||||
|
!.env.example
|
||||||
|
|||||||
0
upwork/.env.example
Normal file
0
upwork/.env.example
Normal file
@@ -92,7 +92,7 @@ func InitUpwork() *Upwork {
|
|||||||
}
|
}
|
||||||
auth_headers, err := readEnv("upwork/.env")
|
auth_headers, err := readEnv("upwork/.env")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal("Could not read .env.auth file")
|
log.Fatal("Could not read .env file, please add .env file in upwork folder")
|
||||||
}
|
}
|
||||||
headers = mergeMaps(auth_headers, headers)
|
headers = mergeMaps(auth_headers, headers)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user