chipmunkmc pushed to main at heathercat123/apiclone 2026年07月13日 06:27:57 +02:00
8f33e6953f Fix a whole bunch of bugs
chipmunkmc pushed to main at heathercat123/apiclone 2026年05月16日 03:57:31 +02:00
f4ea050965 Minor DjangoBB fix
chipmunkmc commented on issue heathercat123/apiclone#51 2026年05月06日 04:06:53 +02:00
ScratchR support

If we choose to do it over existing HTTP APIs, we should probably wait until NGP is released as it will likely have a more comprehensive API than scratch.mit.edu and apiclone currently have.

chipmunkmc pushed to main at heathercat123/apiclone 2026年05月05日 03:41:06 +02:00
a1a3e61de6 Consistency fix (oops)
chipmunkmc pushed to main at heathercat123/apiclone 2026年05月04日 07:47:32 +02:00
94e2699e8b Patch miscellaneous errors
chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月28日 05:19:35 +02:00
NGP is near (so let's speed up)

This reminded me of the registration checks, so I made a HAR with those. It's worth noting that, at least I think, all of the domains it allowed through the email check have valid MX records.

chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月28日 05:02:36 +02:00
NGP is near (so let's speed up)

Sorry I've been lazy regarding this, but I came across a rather interesting error message (also 200 OK for an error is crazy)

chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月25日 01:57:39 +02:00
NGP is near (so let's speed up)

I suppose they aren't as useful as I thought then.

chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月25日 01:35:48 +02:00
NGP is near (so let's speed up)

(sorry if this is getting off-topic but) it seems as if RSS feeds for topics are not paginated at all, are meant to be machine-readable, and contain the HTML of all posts (stored separately from...

chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月25日 01:24:48 +02:00
NGP is near (so let's speed up)

I wrote some code to calculate the post count, [...document.querySelectorAll('td.tc3')].map(node => BigInt(node.innerText)).reduce((a, c) => a + c, 0n). As of writing this it returned 7786017n.

chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月25日 01:11:42 +02:00
NGP is near (so let's speed up)

I tried to clean the comment hars mentioned earlier, hopefully I won't get h4x0r'd from uploading these.

chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月24日 07:34:43 +02:00
NGP is near (so let's speed up)

Opened some (perhaps somewhat relevant) tracking issues for some features, perhaps I'll work on them when less lazy.

chipmunkmc commented on issue heathercat123/apiclone#47 2026年04月24日 07:32:10 +02:00
Search/Explore pages

Judging from an archive.org snapshot I found and the live site, it seems as if scratchr2 and scratch-api respectively handle empty search queries very differently at the very least.

chipmunkmc opened issue heathercat123/apiclone#50 2026年04月24日 07:29:03 +02:00
scratchr2 project tags
chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月24日 07:25:19 +02:00
NGP is near (so let's speed up)

Made some comment hars (I kept getting ratelimited after making a reply to a reply, that's kept too), I'll clean them later.

chipmunkmc opened issue heathercat123/apiclone#49 2026年04月24日 07:15:32 +02:00
scratchr2 pathways
chipmunkmc opened issue heathercat123/apiclone#48 2026年04月24日 07:11:39 +02:00
NFE support
chipmunkmc opened issue heathercat123/apiclone#47 2026年04月24日 07:07:10 +02:00
Search/Explore pages
chipmunkmc commented on issue heathercat123/apiclone#46 2026年04月24日 06:14:30 +02:00
NGP is near (so let's speed up)

I heard they're replacing the forums; do they intend to archive the old ones? If not we should probably do something about that (perhaps we could get Archive Team involved?)

chipmunkmc commented on issue heathercat123/apiclone#44 2026年04月22日 04:51:08 +02:00
SQL problem maybe?

Any luck with running the migrations (python3 manage.py migrate I believe)?