Skip to content

Instantly share code, notes, and snippets.

View kkoci's full-sized avatar
🏈

kristian koci kkoci

🏈
  • Feeltech LTD
  • London
  • 18:18 (UTC -12:00)
View GitHub Profile
import argparse
import re
from multiprocessing.pool import ThreadPool as Pool
import requests
import bs4
root_url = 'http://pyvideo.org'
index_url = root_url + '/category/50/pycon-us-2014'