Sign inSign up

v4tech/cya-hipchat

By v4tech

Updated about 8 years ago

Download hipchat messages

Image
0

1.1K

v4tech/cya-hipchat repository overview

CYA - Email

Part of the CYA Project : https://github.com/stewart123579/cya-project

Hipchat

Hipchat is dead. Hip hip hooray.

Also - did you know that when someone leaves your organisation, all the personal (1-1) chats vanish too?

Download them all now.

tl;dr - For the extra lazy...

  • Pull the docker image:
docker pull v4tech/cya-hipchat
  • Get your API key

    • Open your account API page: https://MYCOMPANY.hipchat.com/account/api
    • Create a new API token with the Scopes:
      • View Group;
      • View Messages;
      • View Room
    • Take a copy of the token (it's the long random string)
  • What commands to run? Get help

docker run --rm v4tech/cya-hipchat
  • Download all your messages (in JSON)
docker run --rm v4tech/cya-hipchat -u abcd1232... > all.messages.json

Thanks

Don't forget to thank Adam Mikeal for the hipchat_export code.

Tag summary

Content type

Image

Digest

Size

51.9 MB

Last updated

about 8 years ago

docker pull v4tech/cya-hipchat