Boobtracker

Boobtracker is a console application able to view, edit, and create issues on supported bugtrackers.
It supports the following websites:
Get Boobtracker
This application is part of Weboob. To install it, please read this page.
Usage
You can run Boobtracker without any parameter to get an interactive prompt, or specify a command to run it directly and exit just after.
In this page we will use the interactive mode:
$ boobtracker Welcome to boobtracker Copyright(C) 2010-2017 The Weboob Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. Type "help" to display available commands. Loaded backends: boobtracker>
Use the help
command to see what are the available commands.
For more information about common options of console applications, read this documentation.
The first time you launch boobtracker, it will ask you what backends you want to add and configure.
You can also use the backends
command to manage them, and to enable only specific backends.
Search issues
Use this command:
boobtracker> search PROJECT
For example:
boobtracker> search weboob * (678@redmine) weboob - [New] Create a trocdestrains.com backend None * (677@redmine) weboob - [New] 60s pour un refresh du listing des comptes sur bp Application / boobank * (676@redmine) weboob - [New] erreur solde total si compte commun Application / boobank * (674@redmine) weboob - [Assigned] pastalacon is broken Backends / New backend * (670@redmine) weboob - [New] Add capabilities for statements and bills None * (662@redmine) weboob - [Assigned] [LeFigaro] Buldbot fail Backend / LeFigaro * (661@redmine) weboob - [Assigned] --save-responses Core / Browser * (660@redmine) weboob - [Assigned] pastoob needs documentation Application / pastoob * (659@redmine) weboob - [Assigned] Support CMB bank Backends / New backend * (657@redmine) weboob - [New] AttributeError: 'NoneType' object has no attribute 'iter_all_messages Backend / DLFP
View an issue
Usage:
boobtracker> get ISSUE
Example:
boobtracker> get 670 weboob - #670@redmine - Add capabilities for statements and bills A lot of sites now offer bank statements or periodic bills as PDF downloads. It would be nice to have capabilities for these : - list bills/statements - download specific bill/statement Example websites : BNP Paribas, EDF Author: Anonymous (2011-05-31 10:51:00) Status: New History: * 2011-05-31 11:32:00 -I subscribed to the PDF option at BNP Paribas, so I will be able to develop and test that as soon as I receive my first one.
Create an issue
Usage:
boobtracker> post PROJECT
Example:
boobtracker> post weboob@redmine Title: Hello world ---------- Availables: Christophe Benz, Clément Schreiner, Romain Bignon Assignee: Romain Bignon ---------- Availables: weboob - 0.1, weboob - 0.2, weboob - 0.3, weboob - 0.4, weboob - 0.5, +weboob - 0.6, weboob - 0.7, weboob - 0.8, weboob - 0.9, weboob - 1.0, weboob - 2.0 Version: weboob - 1.0 ---------- Availables: Misc, Misc / Desktop integration, Misc / Documentation, Misc / i18n, Misc +/ Packaging, Misc / Tests, Misc / Wiki Category: Misc ---------- Availables: New, Feedback, Assigned, In progress, To merge, Resolved, Rejected Status: In progress ---------- Please enter the content of this new issue. Reading content from stdin... Type ctrl-D from an empty line to stop. Hello world my issue
Write a comment on an issue
Usage:
boobtracker> comment ISSUE [MESSAGE]
Example:
boobtracker comment 803@symlink.me "Yeah that's really interesting."
Edit an issue
Usage:
boobtracker> edit ISSUE [KEY [VALUE]]
Example:
boobtracker> edit 803@redmine status Resolved