Skip to content

Instantly share code, notes, and snippets.

@ahmadshah
Last active April 1, 2018 07:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadshah/9580fb82f2cb90f34c8ad05df2a263ed to your computer and use it in GitHub Desktop.
Save ahmadshah/9580fb82f2cb90f34c8ad05df2a263ed to your computer and use it in GitHub Desktop.
APU Chatbot Workshop

Tasks

  • Make sure you have code editor installed.
  • Make sure Nodejs and NPM is installed and running correctly.
  • Create a new Telegram account and download the desktop/mobile app.
  • Create a new Telegrame bot and grab the access token.
  • Create a new DialogFlow account. https://dialogflow.com
  • Create a new SmallTalk agent and grab the access token.
  • Create a new Firebase account. https://firebase.google.com
  • Create a new Firestore database and a new collection.
  • Create a new project directory.
  • Run npm init inside the project directory.
  • Run npm install --save node-telegram-bot-api dotenv apiai firebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment