Commit Graph

7 Commits

Author SHA1 Message Date
Phil Morrell 79d0127c87
remove extra top-level entries
* moved to Games, Historical or dropped if already elsewhere
* manually deleted num_joined_members changes for cleaner diff
* all of :libera.chat needs to be moved to Historical
2023-12-01 18:50:00 +00:00
Phil Morrell a469dd33f6
2023-12-01 2023-12-01 17:51:30 +00:00
Phil Morrell 044b7aac14 2022-08-25 2022-08-25 16:51:26 +01:00
Phil Morrell 79d1859d7d
Update data export and generated list
* replace `/unstable/org.matrix.msc2946/` with `/v1/`
2022-06-11 17:13:56 +01:00
Phil Morrell 585fde2898
update spaces json from matrix-client.matrix.org 2022-04-17 13:55:52 +01:00
Phil Morrell f103ce8649
update spaces json from API
* paginated, append `&from=$FROM` and repeat until "null"

    SPACE='!IdUUdKALNzBLKEjvbP:matrix.org'
    URL="https://freedombox.emorrp1.name/_matrix/client/unstable/org.matrix.msc2946/rooms/$SPACE/hierarchy?access_token=$TOKEN"
    FROM=$(curl "$URL" | tee -a hierarchy.json | jq -r .next_batch); echo $FROM
    jq -s 'map(.rooms) | add' hierarchy.json > libregamingspaces.json
2022-02-12 15:09:53 +00:00
Rampoina 3b49038034 first commit 2022-01-15 14:40:52 +01:00