In 2016, Alcaro made a list of all C3 participants and their submissions. The page, as well as the code to generate it, are now offline, but I love stats like that so I decided to remake it!
List of C3 participants
The table was generated by a script I quickly threw together from scratch (Alcaro lost his code). I don't have time to maintain it, but if you want to use it to generate stats for future C3s, the code is here. Here's how to use it:

List of C3 participants
- includes all C3 submissions up to half an hour before the end of the Summer 2021 C3.
- stickies are ignored.
- submissions are counted by thread OP; co-authors are not identified.
- users are sorted by which C3s they participated in, and each C3 counts as much as the two before it combined (fibonacci weighting, if that makes sense). This is so that if you missed this C3 but participated in all the past few C3s, you're still near the top.
The table was generated by a script I quickly threw together from scratch (Alcaro lost his code). I don't have time to maintain it, but if you want to use it to generate stats for future C3s, the code is here. Here's how to use it:
- open fetch_stats.py, adapt
c3s
if needed, and run it. This sends requests to SMWC and creates c3s.json. - open stats.py, adapt
fib
if needed, and run it. This takes c3.json and generates c3stats.html.
