Skip to content

Akhileshsakure/Random-quote-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random-quote-scraper

Random quote is a web scrapping python project which uses 'requests' and 'beautifulsoup4' libraries to parse https://quotes.toscrape.com/random

The output is a quote and it's author

Prerequisites

  1. Python 3

Installing

  1. Go into your project directory and create a virtual environment
python -m venv myenv
  1. Activate virtual environment
myenv\Scripts\activate
  1. Install all the requirements
pip install -r requirements.txt
  1. Run the main.py
python3 main.py

Output

image

About

Random quote is a web scrapping python project which uses 'requests' and 'beautifulsoup4' libraries to parse https://quotes.toscrape.com/random and print a quote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages