Following http://blog.benjie.me/building-a-slack-bot-to-talk-with-a-raspberry-pi/
Went to https://rjmslackexp.slack.com/apps/new
called bot @testbot1
pip install psutil
pip install slackclient
https://api.slack.com/bot-users
import time
import json
import psutil
from slackclient import SlackClient
RJM Article Type
Quick Reference