Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
/ lazy Public archive

Lists closed issues from a given GitHub repository from a certain date until now

License

Notifications You must be signed in to change notification settings

alvarontwrk/lazy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazy

Description

Script written in Python3 that lists closed issues from a given GitHub repository from a certain date until now following Markdown syntax.

Installation

  • Clone the repo:
git clone https://github.com/AlvaroGarciaJaen/lazy
  • Install the dependencies:
pipenv install
  • If you feel brave enough, you can always use pip straightaway:
pip3 install -r requirements.txt

Usage

pipenv run python lazy.py -u <user> -r <repo> -d <date>

OR

python3 lazy.py -u <user> -r <repo> -d <date>

Example

pipenv run python lazy.py -u AlvaroGarciaJaen -r alreadycracked -d 08-10-2019

Output example can be found here:

[Documentación y estructura](https://github.com/AlvaroGarciaJaen/alreadycracked/milestone/1)
-    [Actualizar README](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/16)
-    [Configurar gh-pages](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/15)
-    [Cambiar localización de alreadycracked.rb](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/12)
-    [Mejorar .gitignore](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/7)
[Integración continua](https://github.com/AlvaroGarciaJaen/alreadycracked/milestone/2)
-    [Corregir clase tests](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/20)
-    [Añadir tests para devolución de texto plano](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/18)
-    [Añadir tests sobre detección de hashes](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/17)
-    [Añadir CircleCI](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/14)
-    [Corregir path de alreadycracked.rb en los tests](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/13)
-    [Añadir primeros tests](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/11)
-    [Crear .travis.yml](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/10)
-    [Añadir .ruby-version](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/8)
[Desarrollo microservicio](https://github.com/AlvaroGarciaJaen/alreadycracked/milestone/6)
-    [Añadir funciones al microservicio](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/19)
-    [Crear clase prototipo para el microservicio](https://github.com/AlvaroGarciaJaen/alreadycracked/issues/9)

About

Lists closed issues from a given GitHub repository from a certain date until now

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages