Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

import prog

Name: Anonymous 2009-08-19 18:52


>>> #Demo of my prog python library
>>> import prog
>>> t = prog.get_threads(20)
>>> t
[{'thread_name': 'Hosting', 'replies': '67', 'poster_name': 'Anonymous', 'last_poster': 'Haxus the Brain', 'thread_id': '1250606796'}, {'thread_name': 'Thread list', 'replies': '3', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250720231'}, {'thread_name': 'DVD Video Programming', 'replies': '15', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250499316'}, {'thread_name': 'IT'S OVER, MICROSOFT IS FINISHED', 'replies': '11', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250683883'}, {'thread_name': 'Shmup', 'replies': '28', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250552805'}, {'thread_name': 'html programming', 'replies': '5', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250714546'}, {'thread_name': 'IRL /prog/ experiences', 'replies': '13', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250667037'}, {'thread_name': 'Please, /prog/, avoid my errors!', 'replies': '9', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250676260'}, {'thread_name': 'BTRON', 'replies': '48', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1247362211'}, {'thread_name': 'Summer of GOTO', 'replies': '11', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250670402'}, {'thread_name': 'fucking bash', 'replies': '16', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250635703'}, {'thread_name': 'Ruby on Rails', 'replies': '13', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250684172'}, {'thread_name': 'Choose one! [Serious thread!]', 'replies': '424', 'poster_name': 'Anonymous', 'last_poster': 'on', 'thread_id': '1239439150'}, {'thread_name': 'Ajax get binary data', 'replies': '8', 'poster_name': 'Anonymous', 'last_poster': '=+=*=F=R=O=Z=E=N==V=O=I=D=*=+=', 'thread_id': '1250666836'}, {'thread_name': 'LEARN YOU A ERLANG FOR GREAT GOOD', 'replies': '31', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250632348'}, {'thread_name': 'ncurses screen dump', 'replies': '12', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250624912'}, {'thread_name': 'A  Great  Idea', 'replies': '62', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1248771177'}, {'thread_name': 'How to use sage', 'replies': '8', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250657943'}, {'thread_name': 'Fibonacci Butt Sort', 'replies': '59', 'poster_name': 'Anonymous', 'last_poster': 'Anonymous', 'thread_id': '1250478524'}, {'thread_name': 'Touhou Unveils Touhou(r) Danmaku 12g  ', 'replies': '5', 'poster_name': 'Patchouli Knowledge', 'last_poster': 'Anonymous', 'thread_id': '1250483927'}]
>>> for i,thread in enumerate(t):
    print i+1,thread['thread_name']

   
1 Hosting
2 Thread list
3 DVD Video Programming
4 IT'S OVER, MICROSOFT IS FINISHED
5 Shmup
6 html programming
7 IRL /prog/ experiences
8 Please, /prog/, avoid my errors!
9 BTRON
10 Summer of GOTO
11 fucking bash
12 Ruby on Rails
13 Choose one! [Serious thread!]
14 Ajax get binary data
15 LEARN YOU A ERLANG FOR GREAT GOOD
16 ncurses screen dump
17 A  Great  Idea
18 How to use sage
19 Fibonacci Butt Sort
20 Touhou Unveils Touhou(r) Danmaku 12g 
>>>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List