Skip to content
/ snek Public

Execute python code through Slack using this bot.

Notifications You must be signed in to change notification settings

avikarto/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snek

A socket-driven Slack bot for running python code directly through Slack chat.

Environment Config

Before running snek, create a .env file in the root directory with the following slackbot parameters:

BOT_TOKEN=xoxb-...

SOCKET_TOKEN=xapp-...

SIGNING_SECRET=...

References

Find some basic config info for socket-mode apps here:

https://www.twilio.com/blog/how-to-build-a-slackbot-in-socket-mode-with-python

About

Execute python code through Slack using this bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published