Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Tarento
delivery-excellence
digital-assets
python-webscraping-quickstart
Commits
0ea279e9
Unverified
Commit
0ea279e9
authored
2 years ago
by
Dhiraj Suthar
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1 from dileep-gadiraju/develop
addition: main_server_code, scripts, docs
parents
c13bb37e
9c23e379
main
No related merge requests found
Changes
63
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
README.md
+20
-3
README.md
deploy/dev.env
+7
-0
deploy/dev.env
deploy/web-scraping.yml
+22
-0
deploy/web-scraping.yml
docs/README.md
+15
-0
docs/README.md
docs/agents.md
+48
-0
docs/agents.md
docs/azure.md
+31
-0
docs/azure.md
docs/config.md
+59
-0
docs/config.md
docs/contracts.yaml
+0
-0
docs/contracts.yaml
docs/docker.md
+21
-0
docs/docker.md
docs/env-variables.md
+15
-0
docs/env-variables.md
docs/eslog.md
+53
-0
docs/eslog.md
docs/scripts.md
+32
-0
docs/scripts.md
src/.gitignore
+8
-0
src/.gitignore
src/Dockerfile
+9
-0
src/Dockerfile
src/app.py
+75
-0
src/app.py
src/common/__init__.py
+4
-0
src/common/__init__.py
src/common/blob_storage.py
+40
-0
src/common/blob_storage.py
src/common/elastic_wrapper.py
+80
-0
src/common/elastic_wrapper.py
src/common/errors.py
+124
-0
src/common/errors.py
src/common/scraping_utils.py
+50
-0
src/common/scraping_utils.py
with
713 additions
and
3 deletions
+713
-3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets