An open API service indexing awesome lists of open source software.

https://github.com/bugsplat-git/python-crash-upload


https://github.com/bugsplat-git/python-crash-upload

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![bugsplat-github-banner-basic-outline](https://user-images.githubusercontent.com/20464226/149019306-3186103c-5315-4dad-a499-4fd1df408475.png)](https://bugsplat.com)


#

BugSplat

### **
Crash and error reporting built for busy developers.
**


Follow @bugsplatco on Twitter


Join BugSplat on Discord

## Python Crash Upload

If you'd like to bulk upload minidump files, clone this repo:

```bash
git clone https://github.com/BugSplat-Git/python-crash-upload
```

Install the required packages:

```bash
pip install -r requirements.txt
```

Invoke `upload.py` as follows, being sure to replace `database`, `application`, `version`, and `file.dmp` with values specific to your [BugSplat](https://bugsplat.com) configuration:

```bash
python upload.py database application version ./file.dmp
```

Be sure to wait at least 1 second between requests to avoid triggering a 429 error (too many requests).

Thanks for using BugSplat ❤️