Added README
This commit is contained in:
parent
b41c142043
commit
940d888b46
2 changed files with 13 additions and 2 deletions
12
README.md
Normal file
12
README.md
Normal 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
|
|
@ -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"]
|
||||
|
|
Reference in a new issue