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.
- git clone geekbot-parrot repository
- npm install or yarn install
- Create a GitHub personal access token with
repo
scope - Copy the generated personal access token
- Create
.env
file in yourgeekbot-parrot
directory - Paste personal access token into your
.env
file - Type
GITHUB_TOKEN=
before your personal access token
$ npx geekbot-parrot --user [GitHub Username]
$ yarn geekbot-parrot --user [GitHub Username]
- Open package.json
- Under
scripts
locate thestart
script - Modify the script to run using
npx
if desired - Replace the value of the
user
argument with your GitHub username - Run the script using either
npx start
oryarn start
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