https://github.com/bugsplat-git/python-crash-upload
https://github.com/bugsplat-git/python-crash-upload
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugsplat-git/python-crash-upload
- Owner: BugSplat-Git
- Created: 2024-04-22T20:59:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T21:16:42.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:28:43.235Z (about 2 years ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://bugsplat.com)
#
BugSplat
### **Crash and error reporting built for busy developers.**
## 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 ❤️