Skip to content

maurogeorge/jiminy_cricket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JiminyCricket

A command line app that get all repos from HE:labs and in each repo get all issues when the last iteraction(comment, commit etc) is bigger than 2 weeks ago. On this issues add a Jiminy Cricket picture as a comment.

Dependencies

To run this project you need to have:

Setup the project

  1. Install the dependencies above

  2. Clone the project

     $ git clone git@github.com:maurogeorge/jiminy_cricket.git
    
  3. Go into the project folder

     $ cd jiminy_cricket
    
  4. Install the dependencies

     $ mix deps.get
    
  5. Create the .env file

     $ touch .env
    
    1. Set the enviroment variables:

       GITHUB_ACCESS_TOKEN: <github_access_token>
      

      You can learn more about GITHUB_ACCESS_TOKEN here.

    ⚠️ ⚠️ Warning: Those files are ignored by git and should not be commited to the repository.

Running the project

  1. Build the executable

     $ mix escript.build
    
  2. Run the executable

     $ ./jiminy_cricket
    

Roadmap

  • Make works using Tracer Bullets
  • Add tests
  • Add edge cases
  • Add docs
  • Add some log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages