mirror of https://github.com/zulip/zulip.git
faea26783b
This is a very early version of a tool to convert Hipchat tar files into data files that can be used by the Zulip import process. We include the most fundamental entities--users and streams. Customers who don't care about past messages or customizations could start an instance off of this and start communicating. Of course, there are a lot of things missing in the initial version: * messages! * file assets -- avatars, emojis, attachments * probably lots of other minor things We currently ignore any incoming dates from Hipchat data and just use the current time. This is consistent with other imports. We also don't have any docs yet, although the process will be extremely similar to the "Slack" process: https://zulipchat.com/help/import-from-slack Also, there's a comment at the top of convert_hipchat_data.py that describes how to test this in dev mode. I tested this by following the steps in the comment above. The users just "show up" in /devlogin, so that's nice, and you can send messages to other users. To verify the stream data you have to go into the gear menu and click on "All Streams", then you can subscribe and send a message. Production users will need to get new passwords and re-subscribe to streams. We will probably auto-subscribe all users to public streams. |
||
---|---|---|
.. | ||
commands | ||
data | ||
__init__.py |