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
src/common/scrapy_utils.py
+1
-0
src/common/scrapy_utils.py
src/config.py
+67
-0
src/config.py
src/models/__init__.py
+5
-0
src/models/__init__.py
src/models/agent_class.py
+53
-0
src/models/agent_class.py
src/models/agent_utils.py
+53
-0
src/models/agent_utils.py
src/models/job.py
+11
-0
src/models/job.py
src/models/response.py
+13
-0
src/models/response.py
src/models/status.py
+59
-0
src/models/status.py
src/repositories/__init__.py
+2
-0
src/repositories/__init__.py
src/repositories/agent.py
+42
-0
src/repositories/agent.py
src/repositories/job.py
+9
-0
src/repositories/job.py
src/requirements.txt
+17
-0
src/requirements.txt
src/resources/__init__.py
+2
-0
src/resources/__init__.py
src/resources/agent.py
+83
-0
src/resources/agent.py
src/resources/job.py
+26
-0
src/resources/job.py
src/routes/__init__.py
+2
-0
src/routes/__init__.py
src/routes/agent.py
+13
-0
src/routes/agent.py
src/routes/job.py
+9
-0
src/routes/job.py
src/scripts/__init__.py
+2
-0
src/scripts/__init__.py
src/scripts/info/__init__.py
+7
-0
src/scripts/info/__init__.py
with
476 additions
and
0 deletions
+476
-0
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