Skip to content

dropbox/dropbox_hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropbox_hook.py

Setup

This tool requires the requests and click libraries. You can install both via pip:

pip install -r requirements.txt

Usage

Usage: dropbox_hook.py [OPTIONS] COMMAND [ARGS]...

  This tool makes it easier to test Dropbox webhooks, particularly on
  localhost. It generates fake requests, mimicking what Dropbox itself
  sends. Usage:

      dropbox_hook.py verify URL
      dropbox_hook.py notify URL -s APP_SECRET -a ACCOUNT_ID

  For detailed help, try this:

      dropbox_hook.py COMMAND --help

Options:
  --help  Show this message and exit.

Commands:
  notify  Send a notification request.
  verify  Send a verification request.

About

A tool for testing your Dropbox webhook endpoints.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages