With the two million projects coming up soon, I made myself a little app that tells me when new projects are uploaded. This also made me realize how quickly our community makes Scratch a bigger place!
This simple project is made in Bingo 1.3.0 (which is absolutely required to run the app, download here) due to needing the URL blocks to connect with the internet.
The project's interface includes
- The number of projects uploaded to the Scratch website;
- How long ago the last project was uploaded;
- A link to the latest project; and
- An option to manually update the latest project's ID (for future use, so that it doesn't have to check through all projects since ID 1997585).
It also pops when a new project is uploaded. Of course, you can disable this any time by dragging out the pop block since the project's open source!
You can download it here!
Offline
I made one of these in Panther a while ago. IDK if your method is better but I was reading the number of projects from the front page stats block and it rarely updated.
Does your project check the scratcher project id's until it hits a 404 error and then waits there until it's not a 404 anymore?
Offline
sparks wrote:
I made one of these in Panther a while ago. IDK if your method is better but I was reading the number of projects from the front page stats block and it rarely updated.
Does your project check the scratcher project id's until it hits a 404 error and then waits there until it's not a 404 anymore?
Precisely
It uses the API.
The good thing is also that it doesn't give any views to projects, since most of the time it hits a 404 page. Now, if you'll excuse me, it popped.
Offline
Your post counter, by the way. Have you linked it to an old post of yours? I can't find any other way to do it for my forum API but it isn't ideal as users will have to link one of their posts every time to get it to work.
Offline
sparks wrote:
Your post counter, by the way. Have you linked it to an old post of yours? I can't find any other way to do it for my forum API but it isn't ideal as users will have to link one of their posts every time to get it to work.
Yup I have. There's absolutely no other way to do that.
Now that seemed a bit negative
Last edited by LS97 (2011-08-26 06:50:06)
Offline
Exactly 1598 projects 'till the big milestone!
Offline
You could always mod my EXE creator to work with Bingo
Offline
meowmeow55 wrote:
You could always mod my EXE creator to work with Bingo
![]()
I don't have to go asking for people to do my work. I am perfectly capable of making it myself. (And I already did, ages ago.)
Offline
WindowsExplorer wrote:
the detector doesn't work
You'll have to manually update the project ID to 1999254 before running it -- it stops at deleted projects.
Offline