You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jowj e11906fa48
Misc white space fixes, adding pipe files, etc
5 years ago
corpora1 adding noun list, noun handling for 'download a car' text generation functionality 6 years ago
docker Update slackclient version. 5 years ago
.gitignore Dunno what changed here woops 6 years ago
Pipfile Misc white space fixes, adding pipe files, etc 5 years ago
Pipfile.lock Misc white space fixes, adding pipe files, etc 5 years ago
README.md Update readme with specific chat functions. 6 years ago
mojo-bot-v2.py Misc white space fixes, adding pipe files, etc 5 years ago
mojojojo-bot.py Revert api upgrade changes; update dockerfile. 5 years ago

README.md

mojojojo-bot

a bot that houses my personal integration bullshit

The point of this bot is to fuck around with slack integrations and Python. Eventually it will end up housing a bunch of personal automation projects, like:

  • home nexpose environment
  • home splunk alerts
  • annoying other people in my slack server

chat functions

  • sass functions: "say", anything that isn't specifically called out.
  • productive: "arke" for website status

The starting code was cribbed from https://www.fullstackpython.com/blog/build-first-slack-bot-python.html with only minor tweaks.