burp-autotoggl/README.md
2025-09-08 17:02:06 +03:00

38 lines
1.2 KiB
Markdown

# Burp AutoToggl
Burp Suite extension to automatically track time on Toggl.
It allows you to associate a Burp Suite project with a corresponding Toggl project. When Burp Suite is running,
the extension will automatically track the time spent on the project.
The extension will start a new timer only if another timer isn't already running. If it does start a timer, closing
Burp Suite will stop the timer.
### Installation
Download the [latest release](https://git.dog/xx/burp-autotoggl/releases) and install it in Burp Suite in the Extensions
tab.
### Usage
On initial startup, the extension will prompt you to enter your Toggl API token, which you can obtain near the bottom of
your [Toggl profile page](https://track.toggl.com/profile#api-token).
Once a valid token is entered, it will ask for a default workspace. These options are saved globally.
Select a Toggl project from the project dropdown and save your settings. The extension will now track time on the
selected project.
### Building from source
```sh
./gradlew jar
```
The built jar will be in `build/libs`.
## License
Licensed under the Apache License, Version 2.0.
For more information, refer to the [LICENSE](LICENSE) file.