BiT Slack Bot Project
The Blacks-In-Technology (BiT) group is working on a SlackBot project! Let's get some minds together and add some functionality to the Blacks-In-Technology Slack rooms.
Right now we're at the very beginning of the project, where platform decisions and requirements are beign hammered out. We've discussed using Given-When-Then to describe desired features and Python as the development language.
Clone repo
git clone [email protected]:BlacksInTechnologyOrg/bit-slack-greeting-bot.git
Install python requirments
cd bit-slack-greeting-bot
pip install -r requirements.txt
Create config.yml
cp config.example.yml config.yml
Update config settings
slack:
token: <token>
bot_user: <bot user>
channels:
chanel1: <chanel1 id>
channe2: <channel2 id>
messages:
greeting_message: |
Hi, I'm bitbot :bitlogo: . This is our first community coding project!
Join in on the fun!
Hack all the things :neckbeard:!
Drink all the :beer:!
another_message: |
A differnt message to post.`
python bitbot.py
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
TODO: Write credits
BiT Slack Bot Project is using the MIT License (MIT).