enriquetaso / launchpad-bug-reporter

Easy script to generate a list of Launchpad bugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launchpad Bug Report

Sample of the script output

Description

☕ Script to generate a list of bugs from today minus the days you want :coffee

Quick Start

Setup virtual environment

python3 -m venv myenv
source myenv/bin/activate
pip install -r requirements.txt

Run the script

cp env.sample .env
python main.py

Contributing

Contributions are what make the open source community such a great place for learning, inspiration and creativity. Any contribution you make is greatly appreciated.

Acknowledgments

About

Easy script to generate a list of Launchpad bugs

License:MIT License


Languages

Language:Python 100.0%