/bugcrowd

Unofficial Python wrapper for the Bugcrowd HTTP API.

Primary LanguagePythonMIT LicenseMIT

Bugcrowd

Build StatusPyPI

Python wrapper for the Bugcrowd API by Leif Dreizler and Zach Sperske. Leif does work at Bugcrowd, but this isn't an official Bugcrowd integration.

Currently contains all functionality except creating a submission. The recent changes to the submission form are going to get added to the API soon and we didn't want to spend time writing code that will soon be deprecated.

This was our first Python module, so beware! 👻

Installation

$ pip install bugcrowd

Examples

We have included a few examples in the examples folder, and plan to add more in the future. In the meantime you should visit the tests folder and review the test cases for usage.

What's Missing

We intentionally left out functionality related to creating submissions. The Bugcrowd submission form has recently undergone significant changes and the API is slightly behind those changes. We'll update this later :)