Skip to content
forked from ianoti/sakabot

Sakabot is a slackbot made to help Andelans find equipment owner information.

License

Notifications You must be signed in to change notification settings

RyanSept/sakabot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sakabot

Sakabot is a slackbot designed to help Andelans find the owners of lost and found equipment. It is built off of Slack's Events API.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Python 3.6.x

Python Slack Events API

Installing

  1. Clone the repo from Github by running $ git clone [email protected]:RyanSept/sakabot.git

  2. Change directory into package $ cd sakabot

  3. Install the dependencies by running $ pip install requirements.txt

  4. Create a .env file from the .env.sample file, populating it with values you'll find on the Slack app page. You can then dump the variables into your environment by running $ source .env

Before running the app, you need to setup the datastore and populate it by running the extractor on the asset/work tools spreadsheet. To run the extractor, you need Google API credentials. To get these, you need to setup a project on the Google Developers Console. Follow this guide https://developers.google.com/sheets/api/quickstart/python to get the credentials and download the Client Configuration file to app/utils/credentials as the file sakabot-cred.json. Copy the client email value in the credentials file you got and share the spreadsheet with that email. See this other readme for documentation on the module.

Creating the Slack App

  1. Go to https://api.slack.com/apps and click on Create new app.

  2. Once you've given it a name and chosen, the workspace, you will be redirected to the app's page.

  3. Navigate to Add features and functionality > Bots and click on add a bot user. Give it a name and check the Always Show My Bot as Online checkbox and then click "Create bot user".

  4. On the app page, go to Add features and functionality > Event Subscriptions. Enable events and insert the webhook uri for events eg. https://sakabot.herokuapp.com/slack/events

  5. Still on the events page, on the Subscribe to Bot Events section, add the bot user events app_mention and message.im. Save changes and go back to the app page.

  6. On the app page and navigate to Add features and functionality > Interactivity. Switch on Interactivity. Insert the api endpoint uri eg. https://sakabot.herokuapp.com/interactive

You're done!

Deployment

$ git checkout deploy
$ git push heroku deploy:master

About

Sakabot is a slackbot made to help Andelans find equipment owner information.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%