A Warframe bot cephalon.
It has been created in a way that enables it to be extended to support any bots or a regular api.
- Clone this repository
git clone https://github.com/MarkNjunge/helix.git
- Create a .env file similar to .env.sample. See configuration for options.
- Start using
yarn start
Environment variable | Description |
---|---|
PORT | (optional) Sets the port to run the app on. It can alternatively be set using as the first parameter in the run command yarn start 4200 . Defaults to 3000 |
SLACK_OAUTH | (optional) Required if the bot is used with Slack |
Examples assume that a Slack slash command /wf
has been configured to be fulfilled by domain.com/slack/slashes/warframe
Use /wf help
for available commands.
Returns the results from the Warframe Wiki.
Example usage: /wf search:argon
Similar to search but returns the first result and an image (if present).
Example usage: /wf get:argon scope
Returns the current alerts.
Example usage: /wf alerts
See Contributing.MD