Skip to content

Playground for scrapy web crawler framework using Jupyter notebooks

License

Notifications You must be signed in to change notification settings

pasce/scrapy-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrapy-playground

Playground for scrapy (scraping and web crawling framework) using Jupyter notebooks

Used Environment

  • Python 3.7
  • Scrapy 1.6.0
  • beautifulsoup4 4.7.1
  • lxml 4.3.4
  • twisted 19.2.0
  • pyOpenSSL 19.0.0

Installation

Using conda

All packages can be installed via conda/ANACONDA NAVIGATOR through conda-forge. You can also use conda with the provided environment which is the preferred way.

Using pip

You can also use pip to install scrapy, twisted, lxml and pyOpenSSL

pip3 install Twisted==14.0 lxml pyOpenSSL Scrapy

Conda Environment

Use this conda environment for easy installation and testing.

About

Playground for scrapy web crawler framework using Jupyter notebooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published