1.1 KiB
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 or build the latest release 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.
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
./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 file.