All Projects → Botfuel → botfuel-sample-starter

Botfuel / botfuel-sample-starter

Licence: other
Starter bot using Botfuel Dialog

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to botfuel-sample-starter

sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+41.67%)
Mutual labels:  starter-template, starter, starter-kit, starter-project
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (+29.17%)
Mutual labels:  starter-template, starter, starter-kit, starter-project
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+116.67%)
Mutual labels:  starter-template, starter, starter-kit
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (+1266.67%)
Mutual labels:  starter-template, starter, starter-kit
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+129.17%)
Mutual labels:  starter-template, starter-kit, starter-project
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (-12.5%)
Mutual labels:  starter-template, starter, starter-project
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (+16.67%)
Mutual labels:  starter-template, starter-kit, starter-project
Laravel Starter
A CMS like modular starter application project built with Laravel 8.x.
Stars: ✭ 299 (+1145.83%)
Mutual labels:  starter-template, starter, starter-kit
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (+8.33%)
Mutual labels:  starter-template, starter, starter-kit
nest-typescript-starter
Nest framework TypeScript starter (node.js)
Stars: ✭ 35 (+45.83%)
Mutual labels:  starter, starter-kit, starter-project
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (+12.5%)
Mutual labels:  starter-template, starter, starter-project
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+195.83%)
Mutual labels:  starter-template, starter, starter-kit
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-37.5%)
Mutual labels:  starter-template, starter-kit, starter-project
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+54.17%)
Mutual labels:  starter-template, starter-kit, starter-project
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+458.33%)
Mutual labels:  starter-template, starter, starter-kit
angular-open-source-starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 212 (+783.33%)
Mutual labels:  starter-template, starter, starter-project
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (+2020.83%)
Mutual labels:  starter-template, starter, starter-kit
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (+62.5%)
Mutual labels:  starter-template, starter, starter-kit
materializecss starter
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss
Stars: ✭ 58 (+141.67%)
Mutual labels:  starter-template, starter-kit, starter-project
twitch-extension-starter
Kickstarts your Twitch Extension using React
Stars: ✭ 38 (+58.33%)
Mutual labels:  starter, starter-kit

botfuel-sample-starter

This sample bot is used in Getting Started.

Create an app

  • Create a new app on Botfuel Trainer (https://app.botfuel.io).

  • Add an intent with lable name with the following training phrases for examples:

    • My name is Bob.
  • Add an intent with lable greetings with the following training phrases for examples:

    • Hi
    • Hello

How to run the bot

Clone the repository:

git clone [email protected]:Botfuel/botfuel-sample-starter.git

Install dependencies:

cd botfuel-sample-starter
npm install

Start the bot:

BOTFUEL_APP_TOKEN=<YOUR_BOT_ID> BOTFUEL_APP_ID=<YOUR_BOTFUEL_APP_ID> BOTFUEL_APP_KEY=<YOUR_BOTFUEL_APP_KEY> npm start

If you set your app credentials right, you should see:

2017-12-07T16:12:09.131Z - info: [Config] You didn't specify any config file, using default config.
2017-12-07T16:12:09.131Z - info: [Environment] BOTFUEL_APP_TOKEN=<YOUR_BOT_ID>
2017-12-07T16:12:09.133Z - info: [Environment] BOTFUEL_APP_ID=<YOUR_BOTFUEL_APP_ID>
2017-12-07T16:12:09.133Z - info: [Environment] BOTFUEL_APP_KEY=<YOUR_BOTFUEL_APP_KEY>

Try typing Hello or My name is <YOUR_NAME>!

Need help ?

  • See Getting Started to learn how to run a bot in minutes.
  • See Concepts for explanations about the internals of the SDK.

License

See the License file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].