User:J

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search

...Oh, right. I'm Greenpickle of Pikipedia.

I recently started thinking I should probably edit at other NIWA wikis; I've decided to try devoting a month to each in turn (which means I should never finish, given NIWA's growth rate...). And this first month (February (2011...))...

>>> from j_web import tree_from_url
>>> tree = tree_from_url('niwanetwork.org')
>>> wikis = [img.attrs['title'] for img in tree.html.body.table.trs[8].selection('a img').selection]
>>> from random import shuffle
>>> shuffle(wikis)
>>> with open('wikis', 'w') as f:
...     f.write('\n'.join(wikis))
... 
>>> print wikis[0]
SmashWiki

Yay?

/carriedaway

'Devoting', of course, is relative. Minor edits ahead...