Skip to content

This tools helps to import Teams/Channels with attachments from one Mattermost server to another.

Notifications You must be signed in to change notification settings

muratbayan/mattermost-liveimport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

mattermost-liveimport

This tools helps to import Teams/Channels from one Mattermost server to another. Requires the Python requests module which can be installed by running 'pip install requests' from a terminal

How to use:

  1. Edit the "source_conn_dict" and "target_conn_dict" variables in importer.py to match your source and target Mattermost servers.
  2. Run importer.py from a command line with one of the following options
  • 'show' to list all the Teams and Channels of the source server
  • 'apply' to go through the Teams and Channels of the source server and create them if not already there on the target server
  • e.g. 'python importer.py show'

About

This tools helps to import Teams/Channels with attachments from one Mattermost server to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%