1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 19:40:21 +01:00

Added message model, moving updates of users and channels as public methods

This commit is contained in:
2016-11-21 14:03:19 +01:00
parent 79cf5f1620
commit f7fb9d32a8
3 changed files with 161 additions and 75 deletions

View File

@@ -31,6 +31,8 @@ def main():
args = parser.parse_args()
slack = client.Client(args.token, args.database)
slack.update_users()
slack.update_channels()
slack.update_history(selected_channels=args.channels)