has technology gone too far? #lunchdaybot
REQUIREMENTS:
Python2
pip
virtualenv
virtualenv starterbot
source starterbot/bin/activate
make sure to install openSSL
pip install pyOpenSSL
export SLACK_BOT_TOKEN=<insert slackbot token>
python print_bot_id.py
export BOT_ID=<bot id returned by script>
python starterbot.py
lxml: pip install lxml
beautifulsoup4: pip install beautifulsoup4
requests: pip install requests
slackclient: pip install slackclient
dependency: xcode-select --install