Skip to content

idahogurl/geekbot-parrot

 
 

Repository files navigation

geekbot parrot

Tired of having to remember and manually enter what you did yesterday for Geekbot standups?Run this script and to list your GitHub activity that you can copy/paste into Slack.

Installation

  1. git clone geekbot-parrot repository
  2. npm install or yarn install
  3. Create a GitHub personal access token with repo scope
  4. Copy the generated personal access token
  5. Create .env file in your geekbot-parrot directory
  6. Paste personal access token into your .env file
  7. Type GITHUB_TOKEN= before your personal access token

Run

With NPX

$ npx geekbot-parrot --user [GitHub Username]

With Yarn

$ yarn geekbot-parrot --user [GitHub Username]

With Package Script

  1. Open package.json
  2. Under scripts locate the start script
  3. Modify the script to run using npx if desired
  4. Replace the value of the user argument with your GitHub username
  5. Run the script using either npx start or yarn start

Example

node index.js --user idahogurl

What did you do yesterday?
  PR idahogurl/geekbot-parrot#4 - Update README
  Issue idahogurl/geekbot-parrot#5 - List assigned issues for 'today' output

What will you do today?
  Issue idahogurl/geekbot-parrot#5 - List assigned issues for 'today' output

About

Answer the geekbot bot automatically with Github data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%