-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reflected changes from Webex rebrand
- Loading branch information
1 parent
a2aaf2e
commit def44c8
Showing
28 changed files
with
3,378 additions
and
1,923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
*.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changes | ||
|
||
### v0.7-plugin (2018-05-17): reflecting Webex Teams rebrand | ||
- introducing ACCESS_TOKEN env variable | ||
- backward compatibility for SPARK_TOKEN env variable | ||
- documentation updates (removing spark mentions) | ||
- added popular skills from [email protected] | ||
|
||
### v0.6-plugin (2017-11-17): legacy version for Cisco Spark | ||
- modular architecture | ||
|
||
and all others features for the master branch | ||
|
||
- configuration through environment variables or hard-coded values in the .env file | ||
- skills: organize your bot behaviours by placing 'commands', 'conversations' and 'events' in the skills directory | ||
- user experience: the template comes with ready-to-use skills: a 'welcome' invite, as well as 'help' and 'fallback' commands. | ||
- healthcheck: easily check that everything goes well by hitting the ping endpoint automatically exposed. | ||
- metadata: expose extra info via command and on a public address so that Spark users can inquire on Bot Author / Legal mentions / Healthcheck endpoint... | ||
- mentions: the appendMention utility function helps Spark users remind to mention the bot in Group spaces. | ||
popular cloud providers: the bot self-configures when run on Glitch, and also Heroku (if dyno-metadata are installed for Heroku). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Place in this directory the extensions to be loaded into the bot spawned from BotKit controller. | ||
Place in this directory the extensions to be loaded into the bot spawned from Botkit controller. | ||
|
||
This is your opportunity to enrich the interactions with Cisco Spark. | ||
by adding extra properties and functions to the `bot` object passed to your skills. | ||
This is your opportunity to enrich the interactions with Webex by adding extra properties and functions to the `bot` object passed to your skills. | ||
|
||
Examples: | ||
Example: | ||
- appendMention utility: append the bot name to a command if the current room is a 'Group' space |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.