I use separate Trac environments for each software project I work on. I find the roadmap feature in Trac very useful for reporting progress to management. Is there some way I can automatically extract the roadmap data for each project and then automatically generate a report?
An example of the kind of report I'd like to generate can be found here: https://drive.google.com/file/d/0B88d07D8tZojLWwtajluTnV6clU/view?usp=sharing
I was wondering if web scraping (using beautifulsoup) might be the best way of extracting the roadmap data?
Thank you for your time and help.