Skip to content

Commit 3b2e705

Browse files
committed
feur
1 parent 10b210c commit 3b2e705

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

churros_graphs/main.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
import requests
88

9+
if not Path("querycache.json").exists():
10+
Path("querycache.json").write_text("{}")
911

1012
def readable_text_color_on(color_hexstring: str) -> str:
1113
r, g, b = (int(color_hexstring[i : i + 2], 16) for i in range(1, 7, 2))
@@ -48,7 +50,7 @@ def memberships():
4850
member {
4951
groups {
5052
president, secretary, treasurer, vicePresident, title
51-
member{uid, yearTier}
53+
member{uid, yearTier}
5254
group {
5355
type
5456
name

graph.dot

+9-9
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ sep="+10";
6969
"7Randos" -- "Pompom" [label="choisyv"];
7070
"7Randos" -- "7ème Art" [label="beneficea"];
7171
"7Randos" -- "Acte7" [label="arzule"];
72-
"7Recette" -- "B7H" [label="djafery, gourioj, fieveta2"];
72+
"7Recette" -- "B7H" [label="gourioj, djafery, fieveta2"];
7373
"7Recette" -- "7Voix" [label="gourioj"];
7474
"7Voix" -- "B7H" [label="gourioj"];
7575
"7dePique" -- "Escape7" [label="martinn1, houotl"];
7676
"7dePique" -- "N7 et Mat" [label="martinn1"];
7777
"7fault" -- "AC7PT" [label="bontinckl, falloty"];
7878
"7fault" -- "Les !mprobables" [label="bontinckl"];
79-
"7fault" -- "Magic7" [label="gutierrezt, rottiern"];
80-
"7fault" -- "Cartel" [label="gutierrezt, rottiern"];
79+
"7fault" -- "Magic7" [label="rottiern, gutierrezt"];
80+
"7fault" -- "Cartel" [label="rottiern, gutierrezt"];
8181
"7fault" -- "Fromage7" [label="gutierrezt"];
8282
"7fe Space" -- "Terroir7" [label="valletc"];
8383
"7fe Space" -- "Foyer" [label="valletc"];
@@ -102,14 +102,14 @@ sep="+10";
102102
"Bureau Des Arts" -- "TVn7" [label="grasnuzzos"];
103103
"Bureau Des Sports" -- "HumaN7" [label="douetm"];
104104
"Bureau Des Sports" -- "Slack7" [label="fagotn"];
105-
"Bureau Des Éleves" -- "Terroir7" [label="baillye, arbonap"];
105+
"Bureau Des Éleves" -- "Terroir7" [label="arbonap, baillye"];
106106
"Bureau Des Éleves" -- "Association des Étudiants" [label="baillye"];
107107
"Bureau Des Éleves" -- "CAn7" [label="combetf"];
108108
"Bureau Des Éleves" -- "Club'Zik" [label="ringoota"];
109109
"Bureau du Développement Durable" -- "Tire7boule" [label="veniatg"];
110110
"CAn7" -- "Fromage7" [label="barilleree"];
111111
"CAn7" -- "Terroir7" [label="majercsikg"];
112-
"Cartel" -- "Magic7" [label="gutierrezt, rottiern, olivierl"];
112+
"Cartel" -- "Magic7" [label="rottiern, gutierrezt, olivierl"];
113113
"Cartel" -- "Japan7" [label="mifdala, olivierl"];
114114
"Cartel" -- "Fromage7" [label="gutierrezt"];
115115
"Cartel" -- "Ingénieur·es Engagé·es N7" [label="mifdala"];
@@ -118,10 +118,10 @@ sep="+10";
118118
"Escape7" -- "N7 et Mat" [label="martinn1"];
119119
"Foyer" -- "Tire7boule" [label="rajaonahb"];
120120
"Foyer" -- "Terroir7" [label="valletc"];
121-
"Fromage7" -- "net7" [label="dreumonte, soyerb"];
122-
"Fromage7" -- "INP-net" [label="dreumonte, soyerb"];
121+
"Fromage7" -- "net7" [label="soyerb, dreumonte"];
122+
"Fromage7" -- "INP-net" [label="soyerb, dreumonte"];
123123
"Fromage7" -- "Game7" [label="soyerb"];
124-
"Fromage7" -- "Photo7" [label="elomarim, ignazin"];
124+
"Fromage7" -- "Photo7" [label="ignazin, elomarim"];
125125
"Fromage7" -- "Les Trous Balourds" [label="elomarim"];
126126
"Fromage7" -- "Japan7" [label="elomarim"];
127127
"Fromage7" -- "Magic7" [label="gutierrezt"];
@@ -143,5 +143,5 @@ sep="+10";
143143
"Terroir7" -- "Tire7boule" [label="lenulzecl"];
144144
"Terroir7" -- "Association des Étudiants" [label="baillye"];
145145
"WEI" -- "plaquette-alpha" [label="litschan"];
146-
"net7" -- "INP-net" [label="truongn, dreumonte, soyerb, dissoubraya, ragotc1"];
146+
"net7" -- "INP-net" [label="dreumonte, truongn, dissoubraya, soyerb, ragotc1"];
147147
}

graph.png

-291 Bytes
Loading

graph.svg

+9-9
Loading

0 commit comments

Comments
 (0)