diff --git a/README.md b/README.md index 5521f6a..e99f7d3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ First make sure you have python 3.6 or later installed. Then run the following c pip install . ``` -Now you can put the stickers in a pack in the packs directory. You can either use the hackerspace pack or create your own. Remember to add the number of the sticker in the starts of the file name. It should look liks this `01-name.png`. You can use either png, jpg or gif files. +Now you can put the stickers in a pack in the packs directory. You can either use the hackerspace pack or create your own. Remember to add the number of the sticker in the starts of the file name. It should look liks this `01-name.png`. You can use either png or jpg files. Then to install the pack run the following command: @@ -21,7 +21,7 @@ sticker-pack packs/ --add-to-index web/packs/ For example: ```bash -sticker-pack packs/Hackerspace --add-to-index web/packs/ +sticker-pack packs/hackerspace --add-to-index web/packs/ ``` When you push the repo the pack will be deployed to be used by the Hackerspace Matrix. diff --git a/packs/hackerspace/02-gandalf.gif b/packs/hackerspace/02-gandalf.gif deleted file mode 100644 index 236039f..0000000 Binary files a/packs/hackerspace/02-gandalf.gif and /dev/null differ diff --git a/packs/hackerspace/03-congaparrot.gif b/packs/hackerspace/03-congaparrot.gif deleted file mode 100644 index c41704a..0000000 Binary files a/packs/hackerspace/03-congaparrot.gif and /dev/null differ diff --git a/packs/hackerspace/04-carlton.gif b/packs/hackerspace/04-carlton.gif deleted file mode 100644 index 52ce9d3..0000000 Binary files a/packs/hackerspace/04-carlton.gif and /dev/null differ diff --git a/packs/hackerspace/pack.json b/packs/hackerspace/pack.json index 89177e8..eb1347c 100644 --- a/packs/hackerspace/pack.json +++ b/packs/hackerspace/pack.json @@ -1 +1 @@ -{"title": "hackerspace", "id": "hackerspace", "stickers": [{"body": "hackerspace", "url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "thumbnail_info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:efabc616ccf883ef45a75e51cfd3cfe6d12b2f76dfea69aaf1c0397ea63744c5"}, {"body": "gandalf", "url": "mxc://hackerspace-ntnu.no/jlhOLWVEZlfrdMyrhyHVripp", "info": {"w": 256, "h": 128, "size": 121142, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/jlhOLWVEZlfrdMyrhyHVripp", "thumbnail_info": {"w": 256, "h": 128, "size": 121142, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:f7979f2c7d94455cf5e65678d8787fa5fc260cd0b0496320d2c1cc1304ca5329"}, {"body": "congaparrot", "url": "mxc://hackerspace-ntnu.no/StatbAObrqXSmhkeclYeHBMz", "info": {"w": 111, "h": 111, "size": 3049, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/StatbAObrqXSmhkeclYeHBMz", "thumbnail_info": {"w": 111, "h": 111, "size": 3049, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:16720aad027d9b7870ec560776f7fa540b2b319202c624ed2f752aa9c864cf16"}, {"body": "carlton", "url": "mxc://hackerspace-ntnu.no/pvwloPPbFajRAnFIAbsVogkF", "info": {"w": 89, "h": 128, "size": 4959, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/pvwloPPbFajRAnFIAbsVogkF", "thumbnail_info": {"w": 89, "h": 128, "size": 4959, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:c376624f4c1ecdd5ba25d72f69f7c76ee97401c88908c25d7dfe8c22622b5bb1"}]} \ No newline at end of file +{"title": "hackerspace", "id": "hackerspace", "stickers": [{"body": "hackerspace", "url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "thumbnail_info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:efabc616ccf883ef45a75e51cfd3cfe6d12b2f76dfea69aaf1c0397ea63744c5"}]} \ No newline at end of file diff --git a/packs/pusheen/01-pusheen.png b/packs/pusheen/01-pusheen.png new file mode 100644 index 0000000..1cab7e2 Binary files /dev/null and b/packs/pusheen/01-pusheen.png differ diff --git a/packs/pusheen/02-pusheen.png b/packs/pusheen/02-pusheen.png new file mode 100644 index 0000000..63248a8 Binary files /dev/null and b/packs/pusheen/02-pusheen.png differ diff --git a/packs/pusheen/03-pusheen.png b/packs/pusheen/03-pusheen.png new file mode 100644 index 0000000..c80ec7b Binary files /dev/null and b/packs/pusheen/03-pusheen.png differ diff --git a/packs/pusheen/04-pusheen.png b/packs/pusheen/04-pusheen.png new file mode 100644 index 0000000..9e07aa3 Binary files /dev/null and b/packs/pusheen/04-pusheen.png differ diff --git a/packs/pusheen/05-pusheen.png b/packs/pusheen/05-pusheen.png new file mode 100644 index 0000000..f473760 Binary files /dev/null and b/packs/pusheen/05-pusheen.png differ diff --git a/packs/pusheen/06-pusheen.png b/packs/pusheen/06-pusheen.png new file mode 100644 index 0000000..d8f9856 Binary files /dev/null and b/packs/pusheen/06-pusheen.png differ diff --git a/packs/pusheen/07-pusheen.png b/packs/pusheen/07-pusheen.png new file mode 100644 index 0000000..661a0ca Binary files /dev/null and b/packs/pusheen/07-pusheen.png differ diff --git a/packs/pusheen/08-pusheen.png b/packs/pusheen/08-pusheen.png new file mode 100644 index 0000000..38cecbe Binary files /dev/null and b/packs/pusheen/08-pusheen.png differ diff --git a/packs/pusheen/09-pusheen.png b/packs/pusheen/09-pusheen.png new file mode 100644 index 0000000..db07fd5 Binary files /dev/null and b/packs/pusheen/09-pusheen.png differ diff --git a/packs/pusheen/10-pusheen.png b/packs/pusheen/10-pusheen.png new file mode 100644 index 0000000..e998f5d Binary files /dev/null and b/packs/pusheen/10-pusheen.png differ diff --git a/packs/pusheen/11-pusheen.png b/packs/pusheen/11-pusheen.png new file mode 100644 index 0000000..74a95f8 Binary files /dev/null and b/packs/pusheen/11-pusheen.png differ diff --git a/packs/pusheen/12-pusheen.png b/packs/pusheen/12-pusheen.png new file mode 100644 index 0000000..6b2c0d5 Binary files /dev/null and b/packs/pusheen/12-pusheen.png differ diff --git a/packs/pusheen/13-pusheen.png b/packs/pusheen/13-pusheen.png new file mode 100644 index 0000000..558089f Binary files /dev/null and b/packs/pusheen/13-pusheen.png differ diff --git a/packs/pusheen/14-pusheen.png b/packs/pusheen/14-pusheen.png new file mode 100644 index 0000000..c873895 Binary files /dev/null and b/packs/pusheen/14-pusheen.png differ diff --git a/packs/pusheen/15-pusheen.png b/packs/pusheen/15-pusheen.png new file mode 100644 index 0000000..5bd9ea2 Binary files /dev/null and b/packs/pusheen/15-pusheen.png differ diff --git a/packs/pusheen/16-pusheen.png b/packs/pusheen/16-pusheen.png new file mode 100644 index 0000000..720c702 Binary files /dev/null and b/packs/pusheen/16-pusheen.png differ diff --git a/packs/pusheen/17-pusheen.png b/packs/pusheen/17-pusheen.png new file mode 100644 index 0000000..03d7803 Binary files /dev/null and b/packs/pusheen/17-pusheen.png differ diff --git a/packs/pusheen/18-pusheen.png b/packs/pusheen/18-pusheen.png new file mode 100644 index 0000000..f4f717b Binary files /dev/null and b/packs/pusheen/18-pusheen.png differ diff --git a/packs/pusheen/19-pusheen.png b/packs/pusheen/19-pusheen.png new file mode 100644 index 0000000..656fa40 Binary files /dev/null and b/packs/pusheen/19-pusheen.png differ diff --git a/packs/pusheen/20-pusheen.png b/packs/pusheen/20-pusheen.png new file mode 100644 index 0000000..74339a6 Binary files /dev/null and b/packs/pusheen/20-pusheen.png differ diff --git a/packs/pusheen/21-pusheen.png b/packs/pusheen/21-pusheen.png new file mode 100644 index 0000000..f80f9a2 Binary files /dev/null and b/packs/pusheen/21-pusheen.png differ diff --git a/packs/pusheen/22-pusheen.png b/packs/pusheen/22-pusheen.png new file mode 100644 index 0000000..c5f715f Binary files /dev/null and b/packs/pusheen/22-pusheen.png differ diff --git a/packs/pusheen/23-pusheen.png b/packs/pusheen/23-pusheen.png new file mode 100644 index 0000000..0b3154a Binary files /dev/null and b/packs/pusheen/23-pusheen.png differ diff --git a/packs/pusheen/24-pusheen.png b/packs/pusheen/24-pusheen.png new file mode 100644 index 0000000..16ea7fd Binary files /dev/null and b/packs/pusheen/24-pusheen.png differ diff --git a/packs/pusheen/25-pusheen.png b/packs/pusheen/25-pusheen.png new file mode 100644 index 0000000..6258688 Binary files /dev/null and b/packs/pusheen/25-pusheen.png differ diff --git a/packs/pusheen/pack.json b/packs/pusheen/pack.json new file mode 100644 index 0000000..f17e31d --- /dev/null +++ b/packs/pusheen/pack.json @@ -0,0 +1 @@ +{"title": "pusheen", "id": "pusheen", "stickers": [{"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/mmqTQKzngYfuNJPDBFDXYcqu", "info": {"w": 256, "h": 256, "size": 35298, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/mmqTQKzngYfuNJPDBFDXYcqu", "thumbnail_info": {"w": 256, "h": 256, "size": 35298, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:358ff8b1f14d0b30cd7ced75eb00d1fa57cd45117e84efdcd4120db9183e87d0"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/LKhRaSsbSkkORzfnqVsXsJBO", "info": {"w": 256, "h": 256, "size": 42016, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/LKhRaSsbSkkORzfnqVsXsJBO", "thumbnail_info": {"w": 256, "h": 256, "size": 42016, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d35fffd3ecda4017ed32bc2fc01d1b8e828e3e91b3324d0aae6ef0cbb7bff6f6"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/IwAMwjoDCXokBwGERnVbaIcF", "info": {"w": 256, "h": 256, "size": 64019, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/IwAMwjoDCXokBwGERnVbaIcF", "thumbnail_info": {"w": 256, "h": 256, "size": 64019, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:84c117410346ac02e4fb987654c3533e1b3b282c2099ed7840d21b26247904fe"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/CcKohtAIYBJiQmTzRXYbaIcr", "info": {"w": 256, "h": 256, "size": 53595, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/CcKohtAIYBJiQmTzRXYbaIcr", "thumbnail_info": {"w": 256, "h": 256, "size": 53595, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:c7f29e754761a69b25ab829ec98dba790130bddf9cbf75af1374c05d846ee6e5"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/zzNNJfkoBsAapmoEUleqblrT", "info": {"w": 256, "h": 256, "size": 50186, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/zzNNJfkoBsAapmoEUleqblrT", "thumbnail_info": {"w": 256, "h": 256, "size": 50186, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:7e49fa4b542b77375c4f91ab0c04c3451e563036af9f104a917f15662c6cb89e"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/cXGBjcovvlOVOlNKFUiKvRjQ", "info": {"w": 256, "h": 256, "size": 62354, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/cXGBjcovvlOVOlNKFUiKvRjQ", "thumbnail_info": {"w": 256, "h": 256, "size": 62354, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:cdfae985467e6aa9bbef6559462d6ade13a1b680b4bbc3fd72a26ae265c0c68c"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/upEfCPlPWwjyygcAJodZWADF", "info": {"w": 256, "h": 256, "size": 49403, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/upEfCPlPWwjyygcAJodZWADF", "thumbnail_info": {"w": 256, "h": 256, "size": 49403, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:5cff788875eb7f44df1b674f3542e0ed3b70dcc7a9e540708fc2c4d5bcc456d8"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/tlAjrLWBqQOrzKSQgwIxmtlF", "info": {"w": 256, "h": 256, "size": 70059, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/tlAjrLWBqQOrzKSQgwIxmtlF", "thumbnail_info": {"w": 256, "h": 256, "size": 70059, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:10b305cda3699c35a07a8c001c0efbc164b5ba64894ca31bad3d6db4a9b5f8c6"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/LjAmOfQYKvcSctnLUuhpZLWq", "info": {"w": 256, "h": 256, "size": 76672, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/LjAmOfQYKvcSctnLUuhpZLWq", "thumbnail_info": {"w": 256, "h": 256, "size": 76672, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:61685e3361656240eaa7be0227242aa4b9311b4ca794ca18adf54c6835a7e6d2"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/nNizBkNpAZGgsFskoLQEjkHe", "info": {"w": 256, "h": 256, "size": 59404, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/nNizBkNpAZGgsFskoLQEjkHe", "thumbnail_info": {"w": 256, "h": 256, "size": 59404, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:fc894852816f9738f87962c93e627019eba3eb527c9dd722be614a76f93b7e38"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/PYTDHcheYzULBdhTQUZHzBJO", "info": {"w": 256, "h": 256, "size": 101496, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/PYTDHcheYzULBdhTQUZHzBJO", "thumbnail_info": {"w": 256, "h": 256, "size": 101496, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:066a70faa0bd4be1d92551ce1f4009d30da0fe42447147caf843c2b3c1cc30e4"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/grVdTRnTNQEGEUkdRsFqvvXS", "info": {"w": 256, "h": 256, "size": 47194, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/grVdTRnTNQEGEUkdRsFqvvXS", "thumbnail_info": {"w": 256, "h": 256, "size": 47194, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:8299fe05db2fd710f00c4c00aa7c623a7d5c2619bc46c0e878d9e23d3e6a761d"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/mgWDRQGLkFATSwxxJJkEZKWd", "info": {"w": 256, "h": 256, "size": 83441, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/mgWDRQGLkFATSwxxJJkEZKWd", "thumbnail_info": {"w": 256, "h": 256, "size": 83441, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:52233e53dac80f7a6d828f6cd88ab3a7ef89cd70709e2ae59cc67d912d5dd3cb"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/QNBNIfRLOdxCRnDvnDqojmWw", "info": {"w": 256, "h": 256, "size": 67825, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/QNBNIfRLOdxCRnDvnDqojmWw", "thumbnail_info": {"w": 256, "h": 256, "size": 67825, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:462b1f4ee4ccd61dd81ade427a1992707088c8ffba83db3027de7afe75d53790"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/GgqpdWkwrWsWoKueCisbvboC", "info": {"w": 256, "h": 256, "size": 77267, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/GgqpdWkwrWsWoKueCisbvboC", "thumbnail_info": {"w": 256, "h": 256, "size": 77267, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:a6e68e887850af7db2a010ba855b68f46b70b3a1eb68be1abd6f40086d137d72"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/mEKhRUmrrkENLCGhWMZBVVqj", "info": {"w": 256, "h": 256, "size": 85443, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/mEKhRUmrrkENLCGhWMZBVVqj", "thumbnail_info": {"w": 256, "h": 256, "size": 85443, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:c333fe1ff47cf3634ede58dde1d4c01fdbadfd63d47f3340f2968df8d6cc03ff"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/nRlVYBKnHmxupPoijEEExdMh", "info": {"w": 256, "h": 256, "size": 85542, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/nRlVYBKnHmxupPoijEEExdMh", "thumbnail_info": {"w": 256, "h": 256, "size": 85542, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:771b869b852fc5aaf84ca144bd5b9c083a6592d82bb35e440cc2acbdc9ee1fcf"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/EKAiSOAfVWrctTUCYwYowAqS", "info": {"w": 256, "h": 256, "size": 60455, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/EKAiSOAfVWrctTUCYwYowAqS", "thumbnail_info": {"w": 256, "h": 256, "size": 60455, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:6234cbd6352985e46da78dfb58a3fda730cce966b6bfd11a3d7aca83230c0a4b"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/nldtoshmoVodDbeNnIEnCZFk", "info": {"w": 256, "h": 256, "size": 166149, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/nldtoshmoVodDbeNnIEnCZFk", "thumbnail_info": {"w": 256, "h": 256, "size": 166149, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:7ea0833dadf34e61a5d4ce9949062f797837358598e8338108d9b2ce89de8e78"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/YFnBOCAukkNPVyGZNKGCVajG", "info": {"w": 256, "h": 256, "size": 119973, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/YFnBOCAukkNPVyGZNKGCVajG", "thumbnail_info": {"w": 256, "h": 256, "size": 119973, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:5b0ed959c77248745f2cb3f75a6bfc565ba9f7fa1c2018c02b915ef5f9ea7942"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/vJmRJUZIxXxKXWGgFqVqALSW", "info": {"w": 256, "h": 256, "size": 94220, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/vJmRJUZIxXxKXWGgFqVqALSW", "thumbnail_info": {"w": 256, "h": 256, "size": 94220, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:c658901b4bc8a8f9323cf8709e13b713d8679ceb6a9ad14be436f91975861c37"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/qCNJRrxXhOaLLNiWpAgiPZSB", "info": {"w": 256, "h": 256, "size": 65667, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/qCNJRrxXhOaLLNiWpAgiPZSB", "thumbnail_info": {"w": 256, "h": 256, "size": 65667, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d53e19e872e1196d95a3471ad03181d1dde5cd85026cb730e29eb4a4c10d608e"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/MEPRoFZZBYKeznOIpfDlUWZq", "info": {"w": 256, "h": 256, "size": 157952, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/MEPRoFZZBYKeznOIpfDlUWZq", "thumbnail_info": {"w": 256, "h": 256, "size": 157952, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:245f7807c008efcbea522cb2d688cb41ca423f51d4ad343cf259ee20f62e8bd4"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/hBzvdISyIlZFdqFTuIgwgoto", "info": {"w": 256, "h": 256, "size": 103381, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/hBzvdISyIlZFdqFTuIgwgoto", "thumbnail_info": {"w": 256, "h": 256, "size": 103381, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:29e7c4bd7116a3f4b81ade8ae3130077a62942f18eb6ef80db5c8d868093a616"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/NZjCfqdXXqswSqEWpkVmRDIU", "info": {"w": 256, "h": 256, "size": 26422, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/NZjCfqdXXqswSqEWpkVmRDIU", "thumbnail_info": {"w": 256, "h": 256, "size": 26422, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:2278e7cfaa91b992b86794f700e7018abd7c5d7b2fde4a592d45c42259601bf2"}]} \ No newline at end of file diff --git a/web/packs/hackerspace.json b/web/packs/hackerspace.json index 89177e8..eb1347c 100644 --- a/web/packs/hackerspace.json +++ b/web/packs/hackerspace.json @@ -1 +1 @@ -{"title": "hackerspace", "id": "hackerspace", "stickers": [{"body": "hackerspace", "url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "thumbnail_info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:efabc616ccf883ef45a75e51cfd3cfe6d12b2f76dfea69aaf1c0397ea63744c5"}, {"body": "gandalf", "url": "mxc://hackerspace-ntnu.no/jlhOLWVEZlfrdMyrhyHVripp", "info": {"w": 256, "h": 128, "size": 121142, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/jlhOLWVEZlfrdMyrhyHVripp", "thumbnail_info": {"w": 256, "h": 128, "size": 121142, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:f7979f2c7d94455cf5e65678d8787fa5fc260cd0b0496320d2c1cc1304ca5329"}, {"body": "congaparrot", "url": "mxc://hackerspace-ntnu.no/StatbAObrqXSmhkeclYeHBMz", "info": {"w": 111, "h": 111, "size": 3049, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/StatbAObrqXSmhkeclYeHBMz", "thumbnail_info": {"w": 111, "h": 111, "size": 3049, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:16720aad027d9b7870ec560776f7fa540b2b319202c624ed2f752aa9c864cf16"}, {"body": "carlton", "url": "mxc://hackerspace-ntnu.no/pvwloPPbFajRAnFIAbsVogkF", "info": {"w": 89, "h": 128, "size": 4959, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/pvwloPPbFajRAnFIAbsVogkF", "thumbnail_info": {"w": 89, "h": 128, "size": 4959, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:c376624f4c1ecdd5ba25d72f69f7c76ee97401c88908c25d7dfe8c22622b5bb1"}]} \ No newline at end of file +{"title": "hackerspace", "id": "hackerspace", "stickers": [{"body": "hackerspace", "url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "thumbnail_info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:efabc616ccf883ef45a75e51cfd3cfe6d12b2f76dfea69aaf1c0397ea63744c5"}]} \ No newline at end of file diff --git a/web/packs/index.json b/web/packs/index.json index b79d9cf..18b7029 100644 --- a/web/packs/index.json +++ b/web/packs/index.json @@ -1,6 +1,7 @@ { "packs": [ - "hackerspace.json" + "hackerspace.json", + "pusheen.json" ], "homeserver_url": "https://matrix.hackerspace-ntnu.no" } \ No newline at end of file diff --git a/web/packs/pusheen.json b/web/packs/pusheen.json new file mode 100644 index 0000000..f17e31d --- /dev/null +++ b/web/packs/pusheen.json @@ -0,0 +1 @@ +{"title": "pusheen", "id": "pusheen", "stickers": [{"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/mmqTQKzngYfuNJPDBFDXYcqu", "info": {"w": 256, "h": 256, "size": 35298, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/mmqTQKzngYfuNJPDBFDXYcqu", "thumbnail_info": {"w": 256, "h": 256, "size": 35298, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:358ff8b1f14d0b30cd7ced75eb00d1fa57cd45117e84efdcd4120db9183e87d0"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/LKhRaSsbSkkORzfnqVsXsJBO", "info": {"w": 256, "h": 256, "size": 42016, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/LKhRaSsbSkkORzfnqVsXsJBO", "thumbnail_info": {"w": 256, "h": 256, "size": 42016, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d35fffd3ecda4017ed32bc2fc01d1b8e828e3e91b3324d0aae6ef0cbb7bff6f6"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/IwAMwjoDCXokBwGERnVbaIcF", "info": {"w": 256, "h": 256, "size": 64019, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/IwAMwjoDCXokBwGERnVbaIcF", "thumbnail_info": {"w": 256, "h": 256, "size": 64019, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:84c117410346ac02e4fb987654c3533e1b3b282c2099ed7840d21b26247904fe"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/CcKohtAIYBJiQmTzRXYbaIcr", "info": {"w": 256, "h": 256, "size": 53595, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/CcKohtAIYBJiQmTzRXYbaIcr", "thumbnail_info": {"w": 256, "h": 256, "size": 53595, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:c7f29e754761a69b25ab829ec98dba790130bddf9cbf75af1374c05d846ee6e5"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/zzNNJfkoBsAapmoEUleqblrT", "info": {"w": 256, "h": 256, "size": 50186, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/zzNNJfkoBsAapmoEUleqblrT", "thumbnail_info": {"w": 256, "h": 256, "size": 50186, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:7e49fa4b542b77375c4f91ab0c04c3451e563036af9f104a917f15662c6cb89e"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/cXGBjcovvlOVOlNKFUiKvRjQ", "info": {"w": 256, "h": 256, "size": 62354, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/cXGBjcovvlOVOlNKFUiKvRjQ", "thumbnail_info": {"w": 256, "h": 256, "size": 62354, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:cdfae985467e6aa9bbef6559462d6ade13a1b680b4bbc3fd72a26ae265c0c68c"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/upEfCPlPWwjyygcAJodZWADF", "info": {"w": 256, "h": 256, "size": 49403, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/upEfCPlPWwjyygcAJodZWADF", "thumbnail_info": {"w": 256, "h": 256, "size": 49403, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:5cff788875eb7f44df1b674f3542e0ed3b70dcc7a9e540708fc2c4d5bcc456d8"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/tlAjrLWBqQOrzKSQgwIxmtlF", "info": {"w": 256, "h": 256, "size": 70059, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/tlAjrLWBqQOrzKSQgwIxmtlF", "thumbnail_info": {"w": 256, "h": 256, "size": 70059, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:10b305cda3699c35a07a8c001c0efbc164b5ba64894ca31bad3d6db4a9b5f8c6"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/LjAmOfQYKvcSctnLUuhpZLWq", "info": {"w": 256, "h": 256, "size": 76672, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/LjAmOfQYKvcSctnLUuhpZLWq", "thumbnail_info": {"w": 256, "h": 256, "size": 76672, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:61685e3361656240eaa7be0227242aa4b9311b4ca794ca18adf54c6835a7e6d2"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/nNizBkNpAZGgsFskoLQEjkHe", "info": {"w": 256, "h": 256, "size": 59404, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/nNizBkNpAZGgsFskoLQEjkHe", "thumbnail_info": {"w": 256, "h": 256, "size": 59404, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:fc894852816f9738f87962c93e627019eba3eb527c9dd722be614a76f93b7e38"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/PYTDHcheYzULBdhTQUZHzBJO", "info": {"w": 256, "h": 256, "size": 101496, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/PYTDHcheYzULBdhTQUZHzBJO", "thumbnail_info": {"w": 256, "h": 256, "size": 101496, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:066a70faa0bd4be1d92551ce1f4009d30da0fe42447147caf843c2b3c1cc30e4"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/grVdTRnTNQEGEUkdRsFqvvXS", "info": {"w": 256, "h": 256, "size": 47194, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/grVdTRnTNQEGEUkdRsFqvvXS", "thumbnail_info": {"w": 256, "h": 256, "size": 47194, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:8299fe05db2fd710f00c4c00aa7c623a7d5c2619bc46c0e878d9e23d3e6a761d"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/mgWDRQGLkFATSwxxJJkEZKWd", "info": {"w": 256, "h": 256, "size": 83441, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/mgWDRQGLkFATSwxxJJkEZKWd", "thumbnail_info": {"w": 256, "h": 256, "size": 83441, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:52233e53dac80f7a6d828f6cd88ab3a7ef89cd70709e2ae59cc67d912d5dd3cb"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/QNBNIfRLOdxCRnDvnDqojmWw", "info": {"w": 256, "h": 256, "size": 67825, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/QNBNIfRLOdxCRnDvnDqojmWw", "thumbnail_info": {"w": 256, "h": 256, "size": 67825, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:462b1f4ee4ccd61dd81ade427a1992707088c8ffba83db3027de7afe75d53790"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/GgqpdWkwrWsWoKueCisbvboC", "info": {"w": 256, "h": 256, "size": 77267, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/GgqpdWkwrWsWoKueCisbvboC", "thumbnail_info": {"w": 256, "h": 256, "size": 77267, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:a6e68e887850af7db2a010ba855b68f46b70b3a1eb68be1abd6f40086d137d72"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/mEKhRUmrrkENLCGhWMZBVVqj", "info": {"w": 256, "h": 256, "size": 85443, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/mEKhRUmrrkENLCGhWMZBVVqj", "thumbnail_info": {"w": 256, "h": 256, "size": 85443, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:c333fe1ff47cf3634ede58dde1d4c01fdbadfd63d47f3340f2968df8d6cc03ff"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/nRlVYBKnHmxupPoijEEExdMh", "info": {"w": 256, "h": 256, "size": 85542, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/nRlVYBKnHmxupPoijEEExdMh", "thumbnail_info": {"w": 256, "h": 256, "size": 85542, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:771b869b852fc5aaf84ca144bd5b9c083a6592d82bb35e440cc2acbdc9ee1fcf"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/EKAiSOAfVWrctTUCYwYowAqS", "info": {"w": 256, "h": 256, "size": 60455, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/EKAiSOAfVWrctTUCYwYowAqS", "thumbnail_info": {"w": 256, "h": 256, "size": 60455, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:6234cbd6352985e46da78dfb58a3fda730cce966b6bfd11a3d7aca83230c0a4b"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/nldtoshmoVodDbeNnIEnCZFk", "info": {"w": 256, "h": 256, "size": 166149, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/nldtoshmoVodDbeNnIEnCZFk", "thumbnail_info": {"w": 256, "h": 256, "size": 166149, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:7ea0833dadf34e61a5d4ce9949062f797837358598e8338108d9b2ce89de8e78"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/YFnBOCAukkNPVyGZNKGCVajG", "info": {"w": 256, "h": 256, "size": 119973, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/YFnBOCAukkNPVyGZNKGCVajG", "thumbnail_info": {"w": 256, "h": 256, "size": 119973, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:5b0ed959c77248745f2cb3f75a6bfc565ba9f7fa1c2018c02b915ef5f9ea7942"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/vJmRJUZIxXxKXWGgFqVqALSW", "info": {"w": 256, "h": 256, "size": 94220, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/vJmRJUZIxXxKXWGgFqVqALSW", "thumbnail_info": {"w": 256, "h": 256, "size": 94220, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:c658901b4bc8a8f9323cf8709e13b713d8679ceb6a9ad14be436f91975861c37"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/qCNJRrxXhOaLLNiWpAgiPZSB", "info": {"w": 256, "h": 256, "size": 65667, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/qCNJRrxXhOaLLNiWpAgiPZSB", "thumbnail_info": {"w": 256, "h": 256, "size": 65667, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d53e19e872e1196d95a3471ad03181d1dde5cd85026cb730e29eb4a4c10d608e"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/MEPRoFZZBYKeznOIpfDlUWZq", "info": {"w": 256, "h": 256, "size": 157952, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/MEPRoFZZBYKeznOIpfDlUWZq", "thumbnail_info": {"w": 256, "h": 256, "size": 157952, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:245f7807c008efcbea522cb2d688cb41ca423f51d4ad343cf259ee20f62e8bd4"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/hBzvdISyIlZFdqFTuIgwgoto", "info": {"w": 256, "h": 256, "size": 103381, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/hBzvdISyIlZFdqFTuIgwgoto", "thumbnail_info": {"w": 256, "h": 256, "size": 103381, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:29e7c4bd7116a3f4b81ade8ae3130077a62942f18eb6ef80db5c8d868093a616"}, {"body": "pusheen", "url": "mxc://hackerspace-ntnu.no/NZjCfqdXXqswSqEWpkVmRDIU", "info": {"w": 256, "h": 256, "size": 26422, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/NZjCfqdXXqswSqEWpkVmRDIU", "thumbnail_info": {"w": 256, "h": 256, "size": 26422, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:2278e7cfaa91b992b86794f700e7018abd7c5d7b2fde4a592d45c42259601bf2"}]} \ No newline at end of file