Skip to content

oduazubike/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teclado Blog Scraper

Table Of Content


Description

This mini script was written to grab Python-related blog posts from the Teclado Blog Site(https://blog.teclado.com). Not an automated web scraper, but scrapes blog posts when application runs, and saves to a json file. Built with Python and BeautifulSoup4.

How To Use

  • Download code from this repository

  • With Python(Python3, 3.6 and above) installed and while in your preferred directory, install virtual environment, create virtual environment, activate virtual environment and install required dependencies from requirements.txt file(in sequential order below)

For Linux & MacOS

    pip3 install virtualenv
    python3 -m venv <env-name>
    source <env-name>/bin/activate
    install -r requirements.txt

For Windows

    pip install virtualenv
    py -m venv <env-name>
    <your-env>\Scripts\activate
    install -r requirements.txt
  • Run application
    python app.py

Reference

Author Info

About

Web Scraper script, scraping a python blog web site and save data to a json file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages