amandavhernan / first_web_scraper

first-web-scraper-amandavhernan created by GitHub Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open in Codespaces

# My First Web Scraper

A step-by-step guide to writing a web scraper with Python.

Contributing to the documentation

After installing the repository, the Sphinx documentation can be edited in the docs directory and published to ReadTheDocs by pushing changes to the master branch.

First install the requirements.

$ pipenv install

Fire up the test server, which will automatically update to show changes made to the restructured text files in the docs directory.

$ make docs

Open http://localhost:8000 in your browser and start making changes.

About

first-web-scraper-amandavhernan created by GitHub Classroom

License:GNU General Public License v3.0


Languages

Language:Python 98.0%Language:Makefile 2.0%