User:Colin M/creations

From Wikipedia, the free encyclopedia

Below are all mainspace pages I've created as of March 3 2022. The list excludes redirects and disambiguation pages. One page, List of photograph manipulation incidents, was split from an existing article; the rest (as far as I can recall) is original content.

I mostly wanted to create this list because I thought it would be fun to feed it to massviews.

More information Title, Date ...
TitleDateSize at creation
N-gram language model2023-03-10T17:08:28Z2,134
BookCorpus2023-03-09T21:14:31Z3,392
Large language model2023-03-09T15:43:17Z2,508
Fit to Fight (film)2023-03-07T16:27:44Z5,707
List of sex hygiene films2023-03-06T16:43:00Z4,593
Les Avariés2023-02-25T20:29:55Z6,314
Premarital medical examination2023-02-15T20:37:17Z5,777
Harry Clay Sharp2023-01-15T20:54:17Z5,338
Marvel Snap2022-10-24T19:21:00Z7,597
Answers (periodical)2022-10-13T16:20:40Z2,128
LAION2022-09-26T20:16:06Z3,425
Text-to-image model2022-09-07T16:50:38Z5,432
Nicole Kidman AMC Theatres commercial2022-09-04T19:17:45Z6,602
Music leak2022-05-24T02:48:01Z4,601
My Old School (2022 film)2022-05-16T17:16:55Z2,023
In Darkest England and the Way Out2022-05-14T20:25:15Z2,989
Gender Queer2022-05-10T22:32:56Z7,428
Marian Olden2022-05-04T19:37:43Z7,499
Chippendales Audition2022-03-24T12:25:42Z9,256
Robert E. Hall (physician)2022-03-21T16:21:46Z4,181
Association for the Study of Abortion2022-03-18T18:01:30Z6,162
Pro-choice and pro-life2022-03-17T16:11:00Z7,917
White Diamonds2022-02-19T21:50:00Z6,572
List of photograph manipulation incidents2022-02-05T19:52:03Z8,961
Beauty filter2022-01-31T20:35:44Z8,007
Ugly man contest2021-12-30T20:44:22Z3,182
Thrumming (textiles)2021-12-16T20:20:29Z2,968
Thompson's Bank Note Reporter2021-12-06T19:08:09Z6,982
Bank note reporter2021-12-04T23:53:52Z9,655
The Bottle (etchings)2021-11-19T19:47:31Z7,213
Marie Corelli: the Writer and the Woman2021-11-17T05:25:27Z4,993
Dump cake2021-11-12T22:03:30Z3,950
Vendetta!2021-11-09T01:36:47Z5,507
Minimizer2021-11-03T19:02:59Z3,364
Dianna Boileau2021-10-23T17:39:43Z6,903
The Sunday Magazine (magazine)2021-10-21T18:09:44Z2,016
Sunday at Home2021-10-17T16:14:59Z3,000
Sunday reading periodical2021-09-30T22:51:42Z5,680
Russ Warner2021-09-27T16:57:16Z5,866
John S. Barrington2021-08-20T01:11:34Z6,008
Al Urban (photographer)2021-08-19T19:37:33Z4,362
TWO (magazine)2021-08-17T16:24:42Z4,705
Daniel Roseberry2021-08-03T17:06:01Z4,613
Maison Schiaparelli2021-08-02T23:01:28Z7,808
Jesse Singal2021-07-25T23:00:50Z10,535
The Hobby Directory2021-07-15T17:59:31Z4,916
The Chameleon (magazine)2021-06-21T18:10:04Z2,867
Physique photography2021-05-24T17:34:05Z2,193
The Western Shore2021-05-22T16:39:28Z3,752
List of gay novels prior to the Stonewall riots2021-05-21T15:22:39Z10,772
Neel Bate2021-05-17T18:46:27Z4,692
Ah Men2021-05-15T17:42:06Z3,665
Starvation Blues2021-05-15T14:50:14Z2,207
Frederick Kovert2021-05-14T01:16:41Z1,891
Tomorrow's Man2021-05-13T00:39:49Z2,143
Sunshine & Health2021-05-03T16:21:37Z7,064
Ensemble (musical theatre)2021-05-02T20:49:49Z2,954
Grecian Guild Pictorial2021-04-30T19:28:24Z3,675
Gay Heart Throbs2021-04-23T17:15:54Z1,851
Isn't It Romantic? (The Golden Girls)2021-04-22T17:46:40Z4,030
The Quartier Latin2021-04-18T19:14:04Z1,800
Defeasibility (linguistics)2021-04-18T00:40:10Z1,185
Echo question2021-04-14T16:25:06Z6,316
Lulu McConnell2020-08-24T15:34:36Z2,207
Singing Stars of Tomorrow2020-08-23T16:41:44Z1,062
National Farm Radio Forum2020-08-21T03:35:25Z5,001
Opportunity Knocks (Canadian radio show)2020-08-20T18:26:37Z1,415
CBC Wednesday Night2020-08-20T17:10:02Z1,632
Cow Tools2019-12-20T05:00:33Z3,291
Surrogacy in Canada2019-10-18T21:51:22Z4,086
Gaspar de Quesada2019-06-17T19:11:33Z6,486
List of things named after Ferdinand Magellan2019-06-16T01:09:38Z4,226
Krystina Alabado2019-05-19T17:52:31Z3,839
Bergantina2019-04-19T17:55:50Z1,464
The News (musical)2019-03-30T21:30:22Z8,184
The Explorers Club (play)2019-03-26T20:00:55Z6,876
Nell Benjamin2019-02-27T18:42:39Z3,217
Rats, Lice and History2019-02-25T17:47:57Z4,885
Jason Burnett2007-01-11T03:28:01Z831
Close

Code

Below is the Python script I used to generate the above table (note to self: lives locally at ~/src/wiki/my_creations/generate_creations_wikitext.py):

import json
import sys
import requests

SESSION = requests.Session()

BASE_URL = 'https://en.wikipedia.org/w/api.php'
BASE_PARAMS = dict(action='query',
        list='usercontribs',
        ucuser='Colin_M',
        ucnamespace=0,
        uclimit=500, # max
        format='json',
)

def get_contribs(**params):
    r = SESSION.get(url=BASE_URL, params={**BASE_PARAMS, **params})
    return r.json()['query']['usercontribs']

# Cases where content was placed at a title that used to hold a redirect. This form
# of article creation is not included by the ucshow=new filter.
expanded_redirects = get_contribs(uctag='mw-removed-redirect')
# These are pages that show up in the 'expanded_redirects' set, but which aren't
# page creations on my part - rather these were cases where someone converted
# a page to a redirect, and I undid that change.
TITLE_BLACKLIST = {
        'Muh Dikhai',
        'Allie X discography',
        'The Picture of Dorian Gray (2004 film)',
}
creations = get_contribs(ucshow='new')
contribs = sorted(creations + expanded_redirects, key=lambda c: c['timestamp'], reverse=True)

print(r"""{| class="wikitable sortable"
|-
! Title !! Date !! Size at creation""")

def row_for_contrib(c):
    return "|-\n| {} || {} || {:,}".format(
            '[[' + c['title'] + ']]',
            c['timestamp'],
            c['size'],
    )

for c in contribs:
    # For simplicity, let's just exclude all small-ish creations. It's easy to draw
    # a line that separates "real" articles from redirects and dab pages. (Whereas
    # separating the latter two categories is a lot messier.)
    if c['title'] in TITLE_BLACKLIST or c['size'] < 800:
        continue
    print(row_for_contrib(c))


print("|}")

Related Articles

Wikiwand AI