Microverse Ruby Capstone Project.
Explore the repo »
Request Feature
Slack bot developed on official Wolfram and Slack API's resources to interact on a given workspace and make questions like weather, location places, and more.
It allows you to make a quick web query by asking your bot without leaving Slack.
Feel free to use and recommend it.
To get a local copy up and running follow these simple steps.
Clone or fork the repo [git@github.com:ricardovaltierra/slackbot.git].
Clone the repo and run bundle install
to get all the gems on your terminal.
You will have to register on WolframID and Slack Bot Integration to get your access tokens (for a register tutorial on Slack and Wolfram click here). Once that done just paste on your .env
file.
You're almost done with code part. Now just execute with rackup
and have fun! Above are some examples, but feel free to see description of each command with '@your_bot's_name are you there?' or '@your_bot's_name help'.
Also feel free to play with the code for some commands, like changing responses or adding them on bot.rb
.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the Project.
-
Create your Feature Branch (
git checkout -b feature/AmazingFeature
). -
Commit your changes (
git commit -m 'Add some AmazingFeature'
). -
Push to the Branch (
git push origin feature/AmazingFeature
). -
Open a Pull Request.
Ricardo Valtierra - @RicardoValtie15 - ricardo_valtierra@outlook.com - linkedin.com/in/ricardovaltierra/
This project is under the MIT license.