Skip to content

Commit

Permalink
create new python script for sending webhooks in a directory
Browse files Browse the repository at this point in the history
created a simple python script which iterates over a directory and
sends a post request to the specified url with the completed
document id and any client data that came with the original
request.
  • Loading branch information
KPostOffice committed Jun 10, 2022
1 parent 8ce511d commit 9f88ef1
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 276 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pyyaml = "*"
thoth-messaging = "*"
thoth-storages = "*"
ogr = "*"
kubernetes = "*"

[dev-packages]
pytest = "*"
Expand Down
Loading

0 comments on commit 9f88ef1

Please sign in to comment.