Skip to content

Instantly share code, notes, and snippets.

@alonecuzzo
Last active June 1, 2016 20:50
Show Gist options
  • Save alonecuzzo/7f2c4e71ee9dad9931b9bb5904b71309 to your computer and use it in GitHub Desktop.
Save alonecuzzo/7f2c4e71ee9dad9931b9bb5904b71309 to your computer and use it in GitHub Desktop.

Git

  1. Basic usage stuff: https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html
  2. You probably want to be able to be comfortable with creating and switching to branches.
  3. And then creating pull requests: https://help.github.com/articles/using-pull-requests/

Code / bot

"What's the good word?" Bot

The bot should be prompted with "what's the good word?" or something similar and then it should hit

  1. Telegram API docs: https://core.telegram.org/
  2. Quote API: http://forismatic.com/en/ sample request: http://api.forismatic.com/api/1.0/?method=getQuote&lang=en&format=json
  3. Here's the link to my actual Alexa skill: https://github.com/alonecuzzo/alexa-skills/blob/master/examples/apps/whats-the-good-word/quote_data_helper.js and take a look at these files in this folder: https://github.com/alonecuzzo/alexa-skills/tree/master/examples/apps/whats-the-good-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment