Added README

This commit is contained in:
Alex Huddleston 2019-06-28 01:02:08 +00:00
parent b41c142043
commit 940d888b46
2 changed files with 13 additions and 2 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# UP Hype Bot
A Slack bot written in Python to gets HYPED on that Unified Platform
## CF Functionality
Simply make any post in the chat that contains a C-word followed immediately with an F-word and the bot will quickly and efficiently remind you of what CF stands for.
This functionality ignores cases and can optionally be triggered with "CF"
## Future Work
### UP! Emoji Injection
### CF Quote Repeater

View file

@ -28,8 +28,7 @@ def say_hello(**payload):
)
except Exception as e:
print(e)
output += '{}\tThat weird error happened again let\'s fix that.\n'.format(datetime.now())
output += '{0}\tAn error occurred: {1}\n'.format(datetime.now(), e)
log_output(output)
slack_token = os.environ["SLACK_API_TOKEN"]