Skip to content

Django Slack Storage uses slackclient package and provides simple app for storing Slack Team data: channels data, users data, users posted files, channels posted messages

License

Notifications You must be signed in to change notification settings

miodeqqq/django-slack-storage

Repository files navigation

DJANGO SLACK STORAGE

Django Slack Storage uses slackclient package and provides simple app for storing Slack Team data:

  • channels data (channel id, channel name, channel members, number of members, channel description);
  • users data (user name, user email, user avatar path);
  • users posted files (user name, file URL, timestamp)
  • channels posted messages (channel name, user name, message, timestamp)

Current stable version: v1.1.0

Release date: 31.01.2018

Author:

Running:

docker build . -t slack-client && docker-compose -f docker-compose.yml up -d --build --remove-orphans

From now:

  • Application can be found at:
http://localhost:1111
  • Celery flower can be found at (auth=slack/slack):
http://localhost:1112

For a proper app working, you're supposed to provide Slack team API Token.

About

Django Slack Storage uses slackclient package and provides simple app for storing Slack Team data: channels data, users data, users posted files, channels posted messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published