Made it so that it only reads the request body if authorized
Made autopost_interval nullable in case both autopost and autopost_interval weren't passed since it would raise ClientException as autopost_interval defaults to 1800 yet autopost was disabled.
Added requirements-dev.txt
Added some tests
Added a formatting script
Formatted files using black and isort
Updated README.rst
Made minor changes in WebhookManager.webserver property docstring
Proposed Changes
autopost_interval
nullable in case bothautopost
andautopost_interval
weren't passed since it would raiseClientException
asautopost_interval
defaults to 1800 yetautopost
was disabled.WebhookManager.webserver
property docstring