Unverified Commit 9c23e379 authored by Pushkar Chauhan's avatar Pushkar Chauhan Committed by GitHub
Browse files

Merge branch 'main' into develop

1 merge request!1addition: main_server_code, scripts, docs
Showing with 6 additions and 0 deletions
+6 -0
# python-webscraping-quickstart
Python based Web-scraping Quick Start Project.
For Scraping the project uses Selenium & Scrapy framework.
......@@ -35,8 +37,10 @@ python app.py
Successful local deployment should show Server is up on port 5001.
## Documentation
For Scripting and configuration documentation, refer [Documentation](docs/README.md).
## API Reference
#### Get all Agents
......@@ -69,6 +73,7 @@ _The following are mandatory Request Body Parameters_
| :-------- | :------- | :-------------------------------- |
| `JobId` | `string` | `(required) uuid of a job` |
### API Authorization
Currently the projects uses basic aurthorization for authentication.
......@@ -80,6 +85,7 @@ Set the following environment_variable:
| `BASIC_HTTP_PASSWORD` | `string` | password for server |
## Authors
- [@dileep-gadiraju](https://github.com/dileep-gadiraju)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment