Skip to content
/ KGBot Public

Slack message grabber on Splinter with Django admin written on python

License

Notifications You must be signed in to change notification settings

seven48/KGBot

Repository files navigation

KGBot

Slack message grabber with Django admin written on python

Run workers

celery -A bot.tasks worker --loglevel=info

Run beat

celery -A bot.tasks beat --loglevel=info