Pygotham 2014 Talk

使用 asyncio 进行异步 Web 抓取 Talk @PyGotham。「Asyncronous Web Scraping with Asyncio Talk @PyGotham」

  • Owner: bugra/pygotham-2014
  • Platform: Linux, Mac, Windows
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

pygotham-2014

Pygotham 2014 Talk:
See the abstract&description: http://pygotham.org/talks/60

Conda Installation and Python 3.4 Environment

  • First Install Conda: https://store.continuum.io/cshop/anaconda/
  • Then create a python 3.4 environment using the following two commands
  • If you are using python 3.4, you may still want to create a separate environment
    to be able to run the notebooks standalone and protect your system from
    the side effects(there should not be any) that the following packages may cause
conda create -n py34 python=3.4 anaconda
source activate py34
pip install pyquery
pip install requests
  • The following packages are not necessary for notebooks, but if you want to
    try the code that is in the slides you may want to install it
pip install selenium
pip install splinter
  • For Mac users, if you do not have brew: http://brew.sh/
  • Install phantomjs using the following command
brew update && brew install phantomjs
  • Phantomjs provides its binaries for most of the operating systems in here

Main metrics

Overview
Name With Ownerbugra/pygotham-2014
Primary LanguageJavaScript
Program languageCSS (Language Count: 3)
PlatformLinux, Mac, Windows
License:
所有者活动
Created At2014-08-12 22:57:25
Pushed At2015-03-11 03:43:41
Last Commit At2015-03-10 23:43:08
Release Count0
用户参与
Stargazers Count7
Watchers Count3
Fork Count1
Commits Count19
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private