New Groups 559 members · 303 stories
Comments ( 9 )
  • Viewing 1 - 50 of 9
Bad Dragon
Group Admin

From my blog.
I’ve just been PM-ed the following question:

how do you find all the new groups for your group?

Short answer:
It’s easy.

New groups get the next Id number, so you can always know what URL the next formed group will have. You just increase the ID number of the last new group by 1.

http:// www.fimfiction.net/group/205258
[base of URL + ID number, unique to the group]

Higher ID numbers will be reserved for newer groups. All you need to do is check, from time to time, if a group with higher ID number was formed yet. I’m lazy, so I only do that once a week. (Edit: I hope somepony will step forward and do this task on a daily basis.)


Long answer:
It's complicated.

I get the ID from the last new group:

Then I use my program that I wrote just for this purpose.

The program opens new groups in a sequence upon cancellation of my browser process or a change to my local clipboard.

If the clipboard is changed, the program assumes it to be the name of the group with the ID that it opened most recently, and automatically creates a formatted link for posting in New Groups, while opening the next group with incremented ID number.

If you want, you can get my program —> here <—. In case you also want the code for it, you can find it —> here <—.

Let me know in the comments if you have any more questions about finding new groups.

3825277 Wow. Pretty awesome! :pinkiegasp:

3825277 You devious bastard.

Bad Dragon
Group Admin

3826396 What's so devious about this? It's just a simple program.

What language is the program?

Bad Dragon
Group Admin

3826408
Its simplicity is devious.

Bad Dragon
Group Admin

4444915 A little code, applied properly, can accomplish much.

  • Viewing 1 - 50 of 9