Skip to content

KitchenBot is a small, joke bot made using the Python version of the Slack API.

License

Notifications You must be signed in to change notification settings

SpookyWoogin/KitchenBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KitchenBot

KitchenBot is a small, joke bot made using the Python version of the Slack API.

What does the Repo contain?

Within it you will find a License, the bot itself, and the README that you are currently looking at.

How does it work?

Since I am lazy and didn't feel like learning a new language, I forged on and used Python 3.7.0 as the language for the bot. The API used is called slackclient. If you've worked on a Discord bot before, then this will look familiar as slackclient acts in a similar manner to the normal branch of Discord.py.

What will I need to host the bot?

First, you'll need a Slack workspace. This is easy since Slack workspaces are free unless you pay for their paid tier. Once that's done, all you need to do is visit the Slack API website, create a Bot User, and copy it's Bot User OAuth Access Token. That's all!

My bot isn't connecting!

Chances are is that you are missing your OAuth token. To remedy this, simply modify the included Auth.py file to include your OAuth token. That's all!

Happy Botting!

About

KitchenBot is a small, joke bot made using the Python version of the Slack API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages