$ virtualenv slackblot -p python3
$ pip install -r requirements.txt
You may need sudo if you are not using virtual environment
$ export SLACK_API_TOKEN='your slack token pasted here'
Follow the instructions on this link to get the token
This file will contain the bot logic and actions Run the script so you can get the bot id and then
$ export BOT_ID='your bot id pasted here'
This file contains a python class for creating message objects. Creating message objects allows us to store information about each onboarding message our bot sends out to various new users and more easily keep track of what tasks each user has completed
- bot to send message as alpha5 and not as a simple bot
- Message new members