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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user